4 Summary: Easily download, build, install, upgrade, and uninstall Python packages
5 Home-page: https://github.com/pypa/setuptools
6 Author: Python Packaging Authority
7 Author-email: distutils-sig@python.org
9 Project-URL: Documentation, https://setuptools.readthedocs.io/
10 Keywords: CPAN PyPI distutils eggs package management
12 Classifier: Development Status :: 5 - Production/Stable
13 Classifier: Intended Audience :: Developers
14 Classifier: License :: OSI Approved :: MIT License
15 Classifier: Programming Language :: Python :: 3
16 Classifier: Programming Language :: Python :: 3 :: Only
17 Classifier: Topic :: Software Development :: Libraries :: Python Modules
18 Classifier: Topic :: System :: Archiving :: Packaging
19 Classifier: Topic :: System :: Systems Administration
20 Classifier: Topic :: Utilities
21 Requires-Python: >=3.6
22 Provides-Extra: testing
28 .. image:: https://img.shields.io/pypi/v/setuptools.svg
31 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
34 .. _PyPI link: https://pypi.org/project/setuptools
36 .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
37 :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
40 .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
41 :target: https://github.com/psf/black
42 :alt: Code style: Black
44 .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
45 :target: https://setuptools.readthedocs.io
47 .. image:: https://img.shields.io/badge/skeleton-2021-informational
48 :target: https://blog.jaraco.com/skeleton
50 .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
51 :target: https://codecov.io/gh/pypa/setuptools
53 .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
54 :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
56 See the `Installation Instructions
57 <https://packaging.python.org/installing/>`_ in the Python Packaging
58 User's Guide for instructions on installing, upgrading, and uninstalling
61 Questions and comments should be directed to the `distutils-sig
62 mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
63 Bug reports and especially tested patches may be
64 submitted directly to the `bug tracker
65 <https://github.com/pypa/setuptools/issues>`_.
71 Everyone interacting in the setuptools project's codebases, issue trackers,
72 chat rooms, and mailing lists is expected to follow the
73 `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
79 Available as part of the Tidelift Subscription.
81 Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
83 `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
89 To report a security vulnerability, please use the
90 `Tidelift security contact <https://tidelift.com/security>`_.
91 Tidelift will coordinate the fix and disclosure.