Nan Zhang | 8539a2a | 2018-05-15 14:00:05 -0700 | [diff] [blame] | 1 | Metadata-Version: 2.1 |
| 2 | Name: setuptools |
Dan Willemsen | adad21e | 2022-03-25 17:22:05 -0700 | [diff] [blame] | 3 | Version: 61.1.0 |
Nan Zhang | 8539a2a | 2018-05-15 14:00:05 -0700 | [diff] [blame] | 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 |
| 8 | License: UNKNOWN |
Dan Willemsen | adad21e | 2022-03-25 17:22:05 -0700 | [diff] [blame] | 9 | Project-URL: Documentation, https://setuptools.pypa.io/ |
Nan Zhang | 8539a2a | 2018-05-15 14:00:05 -0700 | [diff] [blame] | 10 | Keywords: CPAN PyPI distutils eggs package management |
| 11 | Platform: UNKNOWN |
| 12 | Classifier: Development Status :: 5 - Production/Stable |
| 13 | Classifier: Intended Audience :: Developers |
| 14 | Classifier: License :: OSI Approved :: MIT License |
Nan Zhang | 8539a2a | 2018-05-15 14:00:05 -0700 | [diff] [blame] | 15 | Classifier: Programming Language :: Python :: 3 |
Dan Willemsen | adad21e | 2022-03-25 17:22:05 -0700 | [diff] [blame] | 16 | Classifier: Programming Language :: Python :: 3 :: Only |
Nan Zhang | 8539a2a | 2018-05-15 14:00:05 -0700 | [diff] [blame] | 17 | Classifier: Topic :: Software Development :: Libraries :: Python Modules |
| 18 | Classifier: Topic :: System :: Archiving :: Packaging |
| 19 | Classifier: Topic :: System :: Systems Administration |
| 20 | Classifier: Topic :: Utilities |
Dan Willemsen | adad21e | 2022-03-25 17:22:05 -0700 | [diff] [blame] | 21 | Requires-Python: >=3.7 |
| 22 | Provides-Extra: testing |
| 23 | Provides-Extra: testing-integration |
| 24 | Provides-Extra: docs |
Nan Zhang | 8539a2a | 2018-05-15 14:00:05 -0700 | [diff] [blame] | 25 | Provides-Extra: ssl |
| 26 | Provides-Extra: certs |
Dan Willemsen | adad21e | 2022-03-25 17:22:05 -0700 | [diff] [blame] | 27 | License-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 | |
| 66 | See the `Installation Instructions |
| 67 | <https://packaging.python.org/installing/>`_ in the Python Packaging |
| 68 | User's Guide for instructions on installing, upgrading, and uninstalling |
| 69 | Setuptools. |
| 70 | |
| 71 | Questions and comments should be directed to `GitHub Discussions |
| 72 | <https://github.com/pypa/setuptools/discussions>`_. |
| 73 | Bug reports and especially tested patches may be |
| 74 | submitted directly to the `bug tracker |
| 75 | <https://github.com/pypa/setuptools/issues>`_. |
| 76 | |
| 77 | |
| 78 | Code of Conduct |
| 79 | =============== |
| 80 | |
| 81 | Everyone interacting in the setuptools project's codebases, issue trackers, |
| 82 | chat 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 | |
| 86 | For Enterprise |
| 87 | ============== |
| 88 | |
| 89 | Available as part of the Tidelift Subscription. |
| 90 | |
| 91 | 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. |
| 92 | |
| 93 | `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_. |
| 94 | |
| 95 | |
| 96 | Security Contact |
| 97 | ================ |
| 98 | |
| 99 | To report a security vulnerability, please use the |
| 100 | `Tidelift security contact <https://tidelift.com/security>`_. |
| 101 | Tidelift will coordinate the fix and disclosure. |
| 102 | |
| 103 | |