aosp12/external/python/setuptools
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
docs init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pkg_resources init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
setuptools init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
setuptools.egg-info init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tests init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
CHANGES.rst init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MANIFEST.in init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_MIT init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
PKG-INFO init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.rst init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bootstrap.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
conftest.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
easy_install.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
launcher.c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
msvc-build-launcher.cmd init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pavement.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pytest.ini init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
setup.cfg init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
setup.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
tox.ini init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.rst

.. image:: https://img.shields.io/pypi/v/setuptools.svg
   :target: https://pypi.org/project/setuptools

.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
    :target: https://setuptools.readthedocs.io

.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI
   :target: https://travis-ci.org/pypa/setuptools

.. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor
   :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master

.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg

See the `Installation Instructions
<https://packaging.python.org/installing/>`_ in the Python Packaging
User's Guide for instructions on installing, upgrading, and uninstalling
Setuptools.

The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_.

Questions and comments should be directed to the `distutils-sig
mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
Bug reports and especially tested patches may be
submitted directly to the `bug tracker
<https://github.com/pypa/setuptools/issues>`_.


Code of Conduct
---------------

Everyone interacting in the setuptools project's codebases, issue trackers,
chat rooms, and mailing lists is expected to follow the
`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.