METADATA 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Metadata-Version: 2.0
  2. Name: setuptools
  3. Version: 35.0.2
  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. Keywords: CPAN PyPI distutils eggs package management
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Operating System :: OS Independent
  15. Classifier: Programming Language :: Python :: 2
  16. Classifier: Programming Language :: Python :: 2.6
  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.6,!=3.0.*,!=3.1.*,!=3.2.*
  28. Requires-Dist: appdirs (>=1.4.0)
  29. Requires-Dist: packaging (>=16.8)
  30. Requires-Dist: six (>=1.6.0)
  31. Provides-Extra: certs
  32. Requires-Dist: certifi (==2016.9.26); extra == 'certs'
  33. Provides-Extra: ssl
  34. Requires-Dist: wincertstore (==0.2); sys_platform=='win32' and extra == 'ssl'
  35. .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
  36. :target: https://setuptools.readthedocs.io
  37. See the `Installation Instructions
  38. <https://packaging.python.org/installing/>`_ in the Python Packaging
  39. User's Guide for instructions on installing, upgrading, and uninstalling
  40. Setuptools.
  41. The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_.
  42. Questions and comments should be directed to the `distutils-sig
  43. mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
  44. Bug reports and especially tested patches may be
  45. submitted directly to the `bug tracker
  46. <https://github.com/pypa/setuptools/issues>`_.
  47. Code of Conduct
  48. ---------------
  49. Everyone interacting in the setuptools project's codebases, issue trackers,
  50. chat rooms, and mailing lists is expected to follow the
  51. `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.