Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.bp | 22-Oct-2020 | 933 | |
bootstrap.py | 22-Oct-2020 | 1.6K | |
CHANGES.rst | 22-Oct-2020 | 109.8K | |
conftest.py | 22-Oct-2020 | 223 | |
docs/ | 22-Oct-2020 | ||
easy_install.py | 22-Oct-2020 | 126 | |
launcher.c | 22-Oct-2020 | 10.1K | |
LICENSE | 22-Oct-2020 | 1.1K | |
MANIFEST.in | 22-Oct-2020 | 430 | |
METADATA | 22-Oct-2020 | 382 | |
MODULE_LICENSE_MIT | 22-Oct-2020 | 0 | |
msvc-build-launcher.cmd | 22-Oct-2020 | 1.6K | |
NOTICE | 22-Oct-2020 | 1.1K | |
OWNERS | 22-Oct-2020 | 210 | |
pavement.py | 22-Oct-2020 | 1.4K | |
PKG-INFO | 22-Oct-2020 | 2.9K | |
pkg_resources/ | 22-Oct-2020 | ||
pytest.ini | 22-Oct-2020 | 493 | |
README.rst | 22-Oct-2020 | 1.4K | |
setup.cfg | 22-Oct-2020 | 434 | |
setup.py | 22-Oct-2020 | 7.2K | |
setuptools/ | 22-Oct-2020 | ||
setuptools.egg-info/ | 22-Oct-2020 | ||
tests/ | 22-Oct-2020 | ||
tox.ini | 22-Oct-2020 | 1.1K |
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 15 See the `Installation Instructions 16 <https://packaging.python.org/installing/>`_ in the Python Packaging 17 User's Guide for instructions on installing, upgrading, and uninstalling 18 Setuptools. 19 20 The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_. 21 22 Questions and comments should be directed to the `distutils-sig 23 mailing list <http://mail.python.org/pipermail/distutils-sig/>`_. 24 Bug reports and especially tested patches may be 25 submitted directly to the `bug tracker 26 <https://github.com/pypa/setuptools/issues>`_. 27 28 29 Code of Conduct 30 --------------- 31 32 Everyone interacting in the setuptools project's codebases, issue trackers, 33 chat rooms, and mailing lists is expected to follow the 34 `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_. 35