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.

68 lines
2.7 KiB

7 years ago
  1. Metadata-Version: 2.0
  2. Name: setuptools
  3. Version: 38.2.4
  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. Description-Content-Type: text/x-rst; charset=UTF-8
  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.3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  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.*
  28. Provides-Extra: certs
  29. Requires-Dist: certifi (==2016.9.26); extra == 'certs'
  30. Provides-Extra: ssl
  31. Requires-Dist: wincertstore (==0.2); sys_platform=='win32' and extra == 'ssl'
  32. .. image:: https://img.shields.io/pypi/v/setuptools.svg
  33. :target: https://pypi.org/project/setuptools
  34. .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
  35. :target: https://setuptools.readthedocs.io
  36. .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI
  37. :target: https://travis-ci.org/pypa/setuptools
  38. .. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor
  39. :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master
  40. .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
  41. See the `Installation Instructions
  42. <https://packaging.python.org/installing/>`_ in the Python Packaging
  43. User's Guide for instructions on installing, upgrading, and uninstalling
  44. Setuptools.
  45. The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_.
  46. Questions and comments should be directed to the `distutils-sig
  47. mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
  48. Bug reports and especially tested patches may be
  49. submitted directly to the `bug tracker
  50. <https://github.com/pypa/setuptools/issues>`_.
  51. Code of Conduct
  52. ---------------
  53. Everyone interacting in the setuptools project's codebases, issue trackers,
  54. chat rooms, and mailing lists is expected to follow the
  55. `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.

Powered by TurnKey Linux.