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