Mercurial > repos > guerler > hhblits
comparison lib/python3.8/site-packages/setuptools-46.0.0.dist-info/METADATA @ 0:9e54283cc701 draft
"planemo upload commit d12c32a45bcd441307e632fca6d9af7d60289d44"
author | guerler |
---|---|
date | Mon, 27 Jul 2020 03:47:31 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9e54283cc701 |
---|---|
1 Metadata-Version: 2.1 | |
2 Name: setuptools | |
3 Version: 46.0.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 :: 3 | |
17 Classifier: Programming Language :: Python :: 3 :: Only | |
18 Classifier: Programming Language :: Python :: 3.5 | |
19 Classifier: Programming Language :: Python :: 3.6 | |
20 Classifier: Programming Language :: Python :: 3.7 | |
21 Classifier: Programming Language :: Python :: 3.8 | |
22 Classifier: Topic :: Software Development :: Libraries :: Python Modules | |
23 Classifier: Topic :: System :: Archiving :: Packaging | |
24 Classifier: Topic :: System :: Systems Administration | |
25 Classifier: Topic :: Utilities | |
26 Requires-Python: >=3.5 | |
27 Description-Content-Type: text/x-rst; charset=UTF-8 | |
28 Provides-Extra: certs | |
29 Requires-Dist: certifi (==2016.9.26) ; extra == 'certs' | |
30 Provides-Extra: docs | |
31 Requires-Dist: sphinx ; extra == 'docs' | |
32 Requires-Dist: jaraco.packaging (>=6.1) ; extra == 'docs' | |
33 Requires-Dist: rst.linker (>=1.9) ; extra == 'docs' | |
34 Provides-Extra: ssl | |
35 Requires-Dist: wincertstore (==0.2) ; (sys_platform == "win32") and extra == 'ssl' | |
36 Provides-Extra: tests | |
37 Requires-Dist: mock ; extra == 'tests' | |
38 Requires-Dist: pytest-flake8 ; extra == 'tests' | |
39 Requires-Dist: virtualenv (>=13.0.0) ; extra == 'tests' | |
40 Requires-Dist: pytest-virtualenv (>=1.2.7) ; extra == 'tests' | |
41 Requires-Dist: pytest (>=3.7) ; extra == 'tests' | |
42 Requires-Dist: wheel ; extra == 'tests' | |
43 Requires-Dist: coverage (>=4.5.1) ; extra == 'tests' | |
44 Requires-Dist: pytest-cov (>=2.5.1) ; extra == 'tests' | |
45 Requires-Dist: pip (>=19.1) ; extra == 'tests' | |
46 Requires-Dist: futures ; (python_version == "2.7") and extra == 'tests' | |
47 Requires-Dist: flake8-2020 ; (python_version >= "3.6") and extra == 'tests' | |
48 Requires-Dist: paver ; (python_version >= "3.6") and extra == 'tests' | |
49 | |
50 .. image:: https://img.shields.io/pypi/v/setuptools.svg | |
51 :target: https://pypi.org/project/setuptools | |
52 | |
53 .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg | |
54 :target: https://setuptools.readthedocs.io | |
55 | |
56 .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white | |
57 :target: https://travis-ci.org/pypa/setuptools | |
58 | |
59 .. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white | |
60 :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master | |
61 | |
62 .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white | |
63 :target: https://codecov.io/gh/pypa/setuptools | |
64 | |
65 .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat | |
66 :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme | |
67 | |
68 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg | |
69 | |
70 See the `Installation Instructions | |
71 <https://packaging.python.org/installing/>`_ in the Python Packaging | |
72 User's Guide for instructions on installing, upgrading, and uninstalling | |
73 Setuptools. | |
74 | |
75 Questions and comments should be directed to the `distutils-sig | |
76 mailing list <http://mail.python.org/pipermail/distutils-sig/>`_. | |
77 Bug reports and especially tested patches may be | |
78 submitted directly to the `bug tracker | |
79 <https://github.com/pypa/setuptools/issues>`_. | |
80 | |
81 To report a security vulnerability, please use the | |
82 `Tidelift security contact <https://tidelift.com/security>`_. | |
83 Tidelift will coordinate the fix and disclosure. | |
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 Code of Conduct | |
96 =============== | |
97 | |
98 Everyone interacting in the setuptools project's codebases, issue trackers, | |
99 chat rooms, and mailing lists is expected to follow the | |
100 `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_. | |
101 | |
102 |