• Home
Name Date Size #Lines LOC

..--

docs/03-May-2024-7,9406,132

pkg_resources/03-May-2024-14,10410,965

setuptools/03-May-2024-28,41722,196

setuptools.egg-info/03-May-2024-338315

tests/03-May-2024-182136

Android.bpD03-May-20242 KiB6157

CHANGES.rstD03-May-2024109.8 KiB3,6612,659

LICENSED03-May-20241.1 KiB2016

MANIFEST.inD03-May-2024430 1514

METADATAD03-May-2024405 1816

MODULE_LICENSE_MITD03-May-20240

OWNERSD03-May-2024210 54

PKG-INFOD03-May-20242.9 KiB6654

README.rstD03-May-20241.4 KiB3524

bootstrap.pyD03-May-20241.6 KiB6547

conftest.pyD03-May-2024223 96

easy_install.pyD03-May-2024126 64

launcher.cD03-May-202410.1 KiB336195

msvc-build-launcher.cmdD03-May-20241.6 KiB4032

pavement.pyD03-May-20241.4 KiB6347

pytest.iniD03-May-2024493 76

setup.cfgD03-May-2024434 3021

setup.pyD03-May-20247.2 KiB196168

tox.iniD03-May-20241.1 KiB4235

README.rst

1.. image:: https://img.shields.io/pypi/v/setuptools.svg
2   :target: https://pypi.org/project/setuptools
3
4.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
5    :target: https://setuptools.readthedocs.io
6
7.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI
8   :target: https://travis-ci.org/pypa/setuptools
9
10.. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor
11   :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master
12
13.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
14
15See the `Installation Instructions
16<https://packaging.python.org/installing/>`_ in the Python Packaging
17User's Guide for instructions on installing, upgrading, and uninstalling
18Setuptools.
19
20The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_.
21
22Questions and comments should be directed to the `distutils-sig
23mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
24Bug reports and especially tested patches may be
25submitted directly to the `bug tracker
26<https://github.com/pypa/setuptools/issues>`_.
27
28
29Code of Conduct
30---------------
31
32Everyone interacting in the setuptools project's codebases, issue trackers,
33chat rooms, and mailing lists is expected to follow the
34`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.
35