1Metadata-Version: 2.1 2Name: setuptools 3Version: 39.1.0 4Summary: Easily download, build, install, upgrade, and uninstall Python packages 5Home-page: https://github.com/pypa/setuptools 6Author: Python Packaging Authority 7Author-email: distutils-sig@python.org 8License: UNKNOWN 9Project-URL: Documentation, https://setuptools.readthedocs.io/ 10Description: .. image:: https://img.shields.io/pypi/v/setuptools.svg 11 :target: https://pypi.org/project/setuptools 12 13 .. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest 14 :target: https://setuptools.readthedocs.io 15 16 .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI 17 :target: https://travis-ci.org/pypa/setuptools 18 19 .. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor 20 :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master 21 22 .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg 23 24 See the `Installation Instructions 25 <https://packaging.python.org/installing/>`_ in the Python Packaging 26 User's Guide for instructions on installing, upgrading, and uninstalling 27 Setuptools. 28 29 The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_. 30 31 Questions and comments should be directed to the `distutils-sig 32 mailing list <http://mail.python.org/pipermail/distutils-sig/>`_. 33 Bug reports and especially tested patches may be 34 submitted directly to the `bug tracker 35 <https://github.com/pypa/setuptools/issues>`_. 36 37 38 Code of Conduct 39 --------------- 40 41 Everyone interacting in the setuptools project's codebases, issue trackers, 42 chat rooms, and mailing lists is expected to follow the 43 `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_. 44 45Keywords: CPAN PyPI distutils eggs package management 46Platform: UNKNOWN 47Classifier: Development Status :: 5 - Production/Stable 48Classifier: Intended Audience :: Developers 49Classifier: License :: OSI Approved :: MIT License 50Classifier: Operating System :: OS Independent 51Classifier: Programming Language :: Python :: 2 52Classifier: Programming Language :: Python :: 2.7 53Classifier: Programming Language :: Python :: 3 54Classifier: Programming Language :: Python :: 3.3 55Classifier: Programming Language :: Python :: 3.4 56Classifier: Programming Language :: Python :: 3.5 57Classifier: Programming Language :: Python :: 3.6 58Classifier: Topic :: Software Development :: Libraries :: Python Modules 59Classifier: Topic :: System :: Archiving :: Packaging 60Classifier: Topic :: System :: Systems Administration 61Classifier: Topic :: Utilities 62Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.* 63Description-Content-Type: text/x-rst; charset=UTF-8 64Provides-Extra: ssl 65Provides-Extra: certs 66