1.. image:: https://img.shields.io/pypi/v/setuptools.svg 2 :target: https://pypi.org/project/setuptools 3 4.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest 5 :target: https://setuptools.readthedocs.io 6 7.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI 8 :target: https://travis-ci.org/pypa/setuptools 9 10.. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor 11 :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master 12 13.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg 14 15See the `Installation Instructions 16<https://packaging.python.org/installing/>`_ in the Python Packaging 17User's Guide for instructions on installing, upgrading, and uninstalling 18Setuptools. 19 20The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_. 21 22Questions and comments should be directed to the `distutils-sig 23mailing list <http://mail.python.org/pipermail/distutils-sig/>`_. 24Bug reports and especially tested patches may be 25submitted directly to the `bug tracker 26<https://github.com/pypa/setuptools/issues>`_. 27 28 29Code of Conduct 30--------------- 31 32Everyone interacting in the setuptools project's codebases, issue trackers, 33chat rooms, and mailing lists is expected to follow the 34`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_. 35