README.rst 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .. image:: https://img.shields.io/pypi/v/setuptools.svg
  2. :target: https://pypi.org/project/setuptools
  3. .. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
  4. :target: https://setuptools.readthedocs.io
  5. .. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white
  6. :target: https://travis-ci.org/pypa/setuptools
  7. .. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white
  8. :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master
  9. .. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
  10. :target: https://codecov.io/gh/pypa/setuptools
  11. .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
  12. :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme
  13. .. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
  14. See the `Installation Instructions
  15. <https://packaging.python.org/installing/>`_ in the Python Packaging
  16. User's Guide for instructions on installing, upgrading, and uninstalling
  17. Setuptools.
  18. Questions and comments should be directed to the `distutils-sig
  19. mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
  20. Bug reports and especially tested patches may be
  21. submitted directly to the `bug tracker
  22. <https://github.com/pypa/setuptools/issues>`_.
  23. To report a security vulnerability, please use the
  24. `Tidelift security contact <https://tidelift.com/security>`_.
  25. Tidelift will coordinate the fix and disclosure.
  26. For Enterprise
  27. ==============
  28. Available as part of the Tidelift Subscription.
  29. Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
  30. `Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.
  31. Code of Conduct
  32. ===============
  33. Everyone interacting in the setuptools project's codebases, issue trackers,
  34. chat rooms, and mailing lists is expected to follow the
  35. `PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.