comparison env/lib/python3.7/site-packages/setuptools-41.2.0.dist-info/METADATA @ 5:9b1c78e6ba9c draft default tip

"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author shellac
date Mon, 01 Jun 2020 08:59:25 -0400
parents 79f47841a781
children
comparison
equal deleted inserted replaced
4:79f47841a781 5:9b1c78e6ba9c
1 Metadata-Version: 2.1
2 Name: setuptools
3 Version: 41.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 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
15 Classifier: Operating System :: OS Independent
16 Classifier: Programming Language :: Python :: 2
17 Classifier: Programming Language :: Python :: 2.7
18 Classifier: Programming Language :: Python :: 3
19 Classifier: Programming Language :: Python :: 3.4
20 Classifier: Programming Language :: Python :: 3.5
21 Classifier: Programming Language :: Python :: 3.6
22 Classifier: Programming Language :: Python :: 3.7
23 Classifier: Topic :: Software Development :: Libraries :: Python Modules
24 Classifier: Topic :: System :: Archiving :: Packaging
25 Classifier: Topic :: System :: Systems Administration
26 Classifier: Topic :: Utilities
27 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
28 Description-Content-Type: text/x-rst; charset=UTF-8
29 Provides-Extra: certs
30 Requires-Dist: certifi (==2016.9.26) ; extra == 'certs'
31 Provides-Extra: ssl
32 Requires-Dist: wincertstore (==0.2) ; (sys_platform == "win32") and extra == 'ssl'
33
34 .. image:: https://img.shields.io/pypi/v/setuptools.svg
35 :target: https://pypi.org/project/setuptools
36
37 .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
38 :target: https://setuptools.readthedocs.io
39
40 .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white
41 :target: https://travis-ci.org/pypa/setuptools
42
43 .. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white
44 :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master
45
46 .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
47 :target: https://codecov.io/gh/pypa/setuptools
48
49 .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
50 :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
51
52 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
53
54 See the `Installation Instructions
55 <https://packaging.python.org/installing/>`_ in the Python Packaging
56 User's Guide for instructions on installing, upgrading, and uninstalling
57 Setuptools.
58
59 Questions and comments should be directed to the `distutils-sig
60 mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
61 Bug reports and especially tested patches may be
62 submitted directly to the `bug tracker
63 <https://github.com/pypa/setuptools/issues>`_.
64
65 To report a security vulnerability, please use the
66 `Tidelift security contact <https://tidelift.com/security>`_.
67 Tidelift will coordinate the fix and disclosure.
68
69
70 Code of Conduct
71 ---------------
72
73 Everyone interacting in the setuptools project's codebases, issue trackers,
74 chat rooms, and mailing lists is expected to follow the
75 `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.
76
77