1Metadata-Version: 2.1 2Name: setuptools 3Version: 61.1.0 4Summary: Easily download, build, install, upgrade, and uninstall Python packages 5Home-page: https://github.com/pypa/setuptools 6Author: Python Packaging Authority 7Author-email: [email protected] 8License: UNKNOWN 9Project-URL: Documentation, https://setuptools.pypa.io/ 10Keywords: CPAN PyPI distutils eggs package management 11Platform: UNKNOWN 12Classifier: Development Status :: 5 - Production/Stable 13Classifier: Intended Audience :: Developers 14Classifier: License :: OSI Approved :: MIT License 15Classifier: Programming Language :: Python :: 3 16Classifier: Programming Language :: Python :: 3 :: Only 17Classifier: Topic :: Software Development :: Libraries :: Python Modules 18Classifier: Topic :: System :: Archiving :: Packaging 19Classifier: Topic :: System :: Systems Administration 20Classifier: Topic :: Utilities 21Requires-Python: >=3.7 22Provides-Extra: testing 23Provides-Extra: testing-integration 24Provides-Extra: docs 25Provides-Extra: ssl 26Provides-Extra: certs 27License-File: LICENSE 28 29.. image:: https://raw.githubusercontent.com/pypa/setuptools/main/docs/images/banner-640x320.svg 30 :align: center 31 32| 33 34.. image:: https://img.shields.io/pypi/v/setuptools.svg 35 :target: `PyPI link`_ 36 37.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg 38 :target: `PyPI link`_ 39 40.. _PyPI link: https://pypi.org/project/setuptools 41 42.. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg 43 :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22 44 :alt: tests 45 46.. image:: https://img.shields.io/badge/code%20style-black-000000.svg 47 :target: https://github.com/psf/black 48 :alt: Code style: Black 49 50.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg 51 :target: https://setuptools.pypa.io 52 53.. image:: https://img.shields.io/badge/skeleton-2022-informational 54 :target: https://blog.jaraco.com/skeleton 55 56.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white 57 :target: https://codecov.io/gh/pypa/setuptools 58 59.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat 60 :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme 61 62.. image:: https://img.shields.io/discord/803025117553754132 63 :target: https://discord.com/channels/803025117553754132/815945031150993468 64 :alt: Discord 65 66See the `Installation Instructions 67<https://packaging.python.org/installing/>`_ in the Python Packaging 68User's Guide for instructions on installing, upgrading, and uninstalling 69Setuptools. 70 71Questions and comments should be directed to `GitHub Discussions 72<https://github.com/pypa/setuptools/discussions>`_. 73Bug reports and especially tested patches may be 74submitted directly to the `bug tracker 75<https://github.com/pypa/setuptools/issues>`_. 76 77 78Code of Conduct 79=============== 80 81Everyone interacting in the setuptools project's codebases, issue trackers, 82chat rooms, and fora is expected to follow the 83`PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_. 84 85 86For Enterprise 87============== 88 89Available as part of the Tidelift Subscription. 90 91Setuptools 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. 92 93`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_. 94 95 96Security Contact 97================ 98 99To report a security vulnerability, please use the 100`Tidelift security contact <https://tidelift.com/security>`_. 101Tidelift will coordinate the fix and disclosure. 102 103 104