Home | History | Annotate | only in /external/python/setuptools
Up to higher level directory
NameDateSize
Android.bp22-Oct-2020933
bootstrap.py22-Oct-20201.6K
CHANGES.rst22-Oct-2020109.8K
conftest.py22-Oct-2020223
docs/22-Oct-2020
easy_install.py22-Oct-2020126
launcher.c22-Oct-202010.1K
LICENSE22-Oct-20201.1K
MANIFEST.in22-Oct-2020430
METADATA22-Oct-2020382
MODULE_LICENSE_MIT22-Oct-20200
msvc-build-launcher.cmd22-Oct-20201.6K
NOTICE22-Oct-20201.1K
OWNERS22-Oct-2020210
pavement.py22-Oct-20201.4K
PKG-INFO22-Oct-20202.9K
pkg_resources/22-Oct-2020
pytest.ini22-Oct-2020493
README.rst22-Oct-20201.4K
setup.cfg22-Oct-2020434
setup.py22-Oct-20207.2K
setuptools/22-Oct-2020
setuptools.egg-info/22-Oct-2020
tests/22-Oct-2020
tox.ini22-Oct-20201.1K

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 
     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