Setuptools build system
Go to file
Hugo 796abd8dbe Fix for Python 4: replace unsafe six.PY3 with PY2 2020-01-08 19:10:11 +02:00
.github Add github pull request template 2018-05-15 11:26:56 -04:00
changelog.d Bump version: 43.0.0 → 44.0.0 2020-01-01 18:33:05 -05:00
docs Merge pull request #1908 from benoit-pierre/drop_py34_support 2020-01-01 18:31:19 -05:00
pkg_resources drop support for Python 3.4 2019-11-15 22:13:35 +01:00
setuptools Fix for Python 4: replace unsafe six.PY3 with PY2 2020-01-08 19:10:11 +02:00
tests Merge pull request #1908 from benoit-pierre/drop_py34_support 2020-01-01 18:31:19 -05:00
tools Restore build-backend and remove switch to avoid pep517. Ref #1644. 2019-12-01 09:14:49 -05:00
.bumpversion.cfg Bump version: 43.0.0 → 44.0.0 2020-01-01 18:33:05 -05:00
.codecov.yml Add codecov settings 2018-03-23 13:06:10 -04:00
.gitignore Added .idea/ to gitignore, to cover cases where people are using a Jetbrains text editor. 2018-09-19 12:42:05 -04:00
.mergify.yml Allow PRs from other forks to auto-merge. 2019-01-01 13:27:41 -05:00
.readthedocs.yml Configure readthedocs with a .yml file 2018-09-16 10:34:21 -04:00
.travis.yml Merge pull request #1908 from benoit-pierre/drop_py34_support 2020-01-01 18:31:19 -05:00
CHANGES.rst Bump version: 43.0.0 → 44.0.0 2020-01-01 18:33:05 -05:00
LICENSE
MANIFEST.in tweak #1644 workaround to fix `test_pip_upgrade_from_source` 2019-01-28 22:08:35 +01:00
README.rst Rename 'Professional support' to 'For Enterprise' and add section on 'For Enterprise' to the README (linking to Tidelift). 2019-11-30 20:42:33 -05:00
appveyor.yml appveyor: fix Python 2 job 2019-05-14 16:58:09 +02:00
bootstrap.py Use unicode_literals in bootstrap script 2017-07-13 14:23:07 -04:00
conftest.py Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat for compatibility. 2019-10-27 20:25:17 -04:00
easy_install.py Remove spurious executable permissions 2018-07-27 14:53:45 +02:00
launcher.c launcher: Fix build with mingw-w64 2019-06-13 18:31:57 +02:00
msvc-build-launcher.cmd
netlify.toml Generate doc previews for pull requests 2018-05-16 12:11:03 -04:00
pavement.py Update pavement not to import pip 2018-09-18 11:12:43 -04:00
pyproject.toml Add backend-path for future Pips 2019-12-29 11:59:05 -05:00
pytest.ini test: drop pkg_resources tests dependency on easy_install 2019-11-13 11:29:22 +01:00
setup.cfg Bump version: 43.0.0 → 44.0.0 2020-01-01 18:33:05 -05:00
setup.py Merge branch 'master' into feature/distribution-options-hooks 2019-11-16 13:08:45 -05:00
towncrier_template.rst Add a space after header, so reST rendering isn't mangled. (#1429) 2018-07-14 22:56:33 -04:00
tox.ini Merge pull request #1908 from benoit-pierre/drop_py34_support 2020-01-01 18:31:19 -05:00

README.rst

.. image:: https://img.shields.io/pypi/v/setuptools.svg
   :target: https://pypi.org/project/setuptools

.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg
    :target: https://setuptools.readthedocs.io

.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white
   :target: https://travis-ci.org/pypa/setuptools

.. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white
   :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master

.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white
   :target: https://codecov.io/gh/pypa/setuptools

.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat
   :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme

.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg

See the `Installation Instructions
<https://packaging.python.org/installing/>`_ in the Python Packaging
User's Guide for instructions on installing, upgrading, and uninstalling
Setuptools.

Questions and comments should be directed to the `distutils-sig
mailing list <http://mail.python.org/pipermail/distutils-sig/>`_.
Bug reports and especially tested patches may be
submitted directly to the `bug tracker
<https://github.com/pypa/setuptools/issues>`_.

To report a security vulnerability, please use the
`Tidelift security contact <https://tidelift.com/security>`_.
Tidelift will coordinate the fix and disclosure.


For Enterprise
==============

Available as part of the Tidelift Subscription.

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.

`Learn more <https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=referral&utm_campaign=github>`_.

Code of Conduct
===============

Everyone interacting in the setuptools project's codebases, issue trackers,
chat rooms, and mailing lists is expected to follow the
`PyPA Code of Conduct <https://www.pypa.io/en/latest/code-of-conduct/>`_.