Imported Upstream version 51.1.0
[platform/upstream/python3-setuptools.git] / setuptools.egg-info / PKG-INFO
1 Metadata-Version: 2.1
2 Name: setuptools
3 Version: 51.1.0
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
9 Project-URL: Documentation, https://setuptools.readthedocs.io/
10 Description: .. image:: https://img.shields.io/pypi/v/setuptools.svg
11            :target: `PyPI link`_
12         
13         .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
14            :target: `PyPI link`_
15         
16         .. _PyPI link: https://pypi.org/project/setuptools
17         
18         .. image:: https://github.com/pypa/setuptools/workflows/Automated%20Tests/badge.svg
19            :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22Automated+Tests%22
20            :alt: Automated Tests
21         
22         .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
23            :target: https://github.com/psf/black
24            :alt: Code style: Black
25         
26         .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
27             :target: https://setuptools.readthedocs.io
28         
29         .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
30            :target: https://codecov.io/gh/pypa/setuptools
31         
32         .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
33            :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
34         
35         See the `Installation Instructions
36         <https://packaging.python.org/installing/>`_ in the Python Packaging
37         User's Guide for instructions on installing, upgrading, and uninstalling
38         Setuptools.
39         
40         Questions and comments should be directed to the `distutils-sig
41         mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
42         Bug reports and especially tested patches may be
43         submitted directly to the `bug tracker
44         <https://github.com/pypa/setuptools/issues>`_.
45         
46         
47         Code of Conduct
48         ===============
49         
50         Everyone interacting in the setuptools project's codebases, issue trackers,
51         chat rooms, and mailing lists is expected to follow the
52         `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
53         
54         
55         For Enterprise
56         ==============
57         
58         Available as part of the Tidelift Subscription.
59         
60         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.
61         
62         `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
63         
64         
65         Security Contact
66         ================
67         
68         To report a security vulnerability, please use the
69         `Tidelift security contact <https://tidelift.com/security>`_.
70         Tidelift will coordinate the fix and disclosure.
71         
72 Keywords: CPAN PyPI distutils eggs package management
73 Platform: UNKNOWN
74 Classifier: Development Status :: 5 - Production/Stable
75 Classifier: Intended Audience :: Developers
76 Classifier: License :: OSI Approved :: MIT License
77 Classifier: Programming Language :: Python :: 3
78 Classifier: Programming Language :: Python :: 3 :: Only
79 Classifier: Topic :: Software Development :: Libraries :: Python Modules
80 Classifier: Topic :: System :: Archiving :: Packaging
81 Classifier: Topic :: System :: Systems Administration
82 Classifier: Topic :: Utilities
83 Requires-Python: >=3.6
84 Provides-Extra: testing
85 Provides-Extra: docs
86 Provides-Extra: ssl
87 Provides-Extra: certs