You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

120 lines
4.8KB

  1. Metadata-Version: 2.1
  2. Name: setuptools
  3. Version: 57.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: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3 :: Only
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Classifier: Topic :: System :: Archiving :: Packaging
  19. Classifier: Topic :: System :: Systems Administration
  20. Classifier: Topic :: Utilities
  21. Requires-Python: >=3.6
  22. License-File: LICENSE
  23. Provides-Extra: certs
  24. Requires-Dist: certifi (==2016.9.26) ; extra == 'certs'
  25. Provides-Extra: docs
  26. Requires-Dist: sphinx ; extra == 'docs'
  27. Requires-Dist: jaraco.packaging (>=8.2) ; extra == 'docs'
  28. Requires-Dist: rst.linker (>=1.9) ; extra == 'docs'
  29. Requires-Dist: pygments-github-lexers (==0.0.5) ; extra == 'docs'
  30. Requires-Dist: sphinx-inline-tabs ; extra == 'docs'
  31. Requires-Dist: sphinxcontrib-towncrier ; extra == 'docs'
  32. Provides-Extra: ssl
  33. Requires-Dist: wincertstore (==0.2) ; (sys_platform == "win32") and extra == 'ssl'
  34. Provides-Extra: testing
  35. Requires-Dist: pytest (>=4.6) ; extra == 'testing'
  36. Requires-Dist: pytest-checkdocs (>=2.4) ; extra == 'testing'
  37. Requires-Dist: pytest-flake8 ; extra == 'testing'
  38. Requires-Dist: pytest-cov ; extra == 'testing'
  39. Requires-Dist: pytest-enabler (>=1.0.1) ; extra == 'testing'
  40. Requires-Dist: mock ; extra == 'testing'
  41. Requires-Dist: flake8-2020 ; extra == 'testing'
  42. Requires-Dist: virtualenv (>=13.0.0) ; extra == 'testing'
  43. Requires-Dist: pytest-virtualenv (>=1.2.7) ; extra == 'testing'
  44. Requires-Dist: wheel ; extra == 'testing'
  45. Requires-Dist: paver ; extra == 'testing'
  46. Requires-Dist: pip (>=19.1) ; extra == 'testing'
  47. Requires-Dist: jaraco.envs ; extra == 'testing'
  48. Requires-Dist: pytest-xdist ; extra == 'testing'
  49. Requires-Dist: sphinx ; extra == 'testing'
  50. Requires-Dist: jaraco.path (>=3.2.0) ; extra == 'testing'
  51. Requires-Dist: pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy" and python_version < "3.10") and extra == 'testing'
  52. Requires-Dist: pytest-mypy ; (platform_python_implementation != "PyPy" and python_version < "3.10") and extra == 'testing'
  53. .. image:: https://img.shields.io/pypi/v/setuptools.svg
  54. :target: `PyPI link`_
  55. .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
  56. :target: `PyPI link`_
  57. .. _PyPI link: https://pypi.org/project/setuptools
  58. .. image:: https://github.com/pypa/setuptools/workflows/tests/badge.svg
  59. :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22
  60. :alt: tests
  61. .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  62. :target: https://github.com/psf/black
  63. :alt: Code style: Black
  64. .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
  65. :target: https://setuptools.readthedocs.io
  66. .. image:: https://img.shields.io/badge/skeleton-2021-informational
  67. :target: https://blog.jaraco.com/skeleton
  68. .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
  69. :target: https://codecov.io/gh/pypa/setuptools
  70. .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
  71. :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
  72. See the `Installation Instructions
  73. <https://packaging.python.org/installing/>`_ in the Python Packaging
  74. User's Guide for instructions on installing, upgrading, and uninstalling
  75. Setuptools.
  76. Questions and comments should be directed to the `distutils-sig
  77. mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
  78. Bug reports and especially tested patches may be
  79. submitted directly to the `bug tracker
  80. <https://github.com/pypa/setuptools/issues>`_.
  81. Code of Conduct
  82. ===============
  83. Everyone interacting in the setuptools project's codebases, issue trackers,
  84. chat rooms, and mailing lists is expected to follow the
  85. `PSF Code of Conduct <https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md>`_.
  86. For Enterprise
  87. ==============
  88. Available as part of the Tidelift Subscription.
  89. 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.
  90. `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
  91. Security Contact
  92. ================
  93. To report a security vulnerability, please use the
  94. `Tidelift security contact <https://tidelift.com/security>`_.
  95. Tidelift will coordinate the fix and disclosure.