Home | History | Annotate | Download | only in setuptools
      1 Metadata-Version: 2.1
      2 Name: setuptools
      3 Version: 39.1.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 (a] python.org
      8 License: UNKNOWN
      9 Project-URL: Documentation, https://setuptools.readthedocs.io/
     10 Description: .. 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         
     45 Keywords: CPAN PyPI distutils eggs package management
     46 Platform: UNKNOWN
     47 Classifier: Development Status :: 5 - Production/Stable
     48 Classifier: Intended Audience :: Developers
     49 Classifier: License :: OSI Approved :: MIT License
     50 Classifier: Operating System :: OS Independent
     51 Classifier: Programming Language :: Python :: 2
     52 Classifier: Programming Language :: Python :: 2.7
     53 Classifier: Programming Language :: Python :: 3
     54 Classifier: Programming Language :: Python :: 3.3
     55 Classifier: Programming Language :: Python :: 3.4
     56 Classifier: Programming Language :: Python :: 3.5
     57 Classifier: Programming Language :: Python :: 3.6
     58 Classifier: Topic :: Software Development :: Libraries :: Python Modules
     59 Classifier: Topic :: System :: Archiving :: Packaging
     60 Classifier: Topic :: System :: Systems Administration
     61 Classifier: Topic :: Utilities
     62 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*
     63 Description-Content-Type: text/x-rst; charset=UTF-8
     64 Provides-Extra: ssl
     65 Provides-Extra: certs
     66