Setuptools build system
Go to file
Jason R. Coombs df51e62984 Bump version: 44.1.0 → 44.1.1 2020-05-28 21:00:39 -04:00
.github Add github pull request template 2018-05-15 11:26:56 -04:00
changelog.d Bump version: 44.1.0 → 44.1.1 2020-05-28 21:00:39 -04:00
docs Replace playbook with code for finalizing a release. 2020-03-21 14:40:49 -04:00
pkg_resources drop support for Python 3.4 2019-11-15 22:13:35 +01:00
setuptools Avoid loading working set during `Distribution.finalize_options` prior to invoking `_install_setup_requires`, broken since v42.0.0. Fixes #2158. 2020-05-28 20:20:03 -04:00
tests Merge pull request #1908 from benoit-pierre/drop_py34_support 2020-01-01 18:31:19 -05:00
tools Replace playbook with code for finalizing a release. 2020-03-21 14:40:49 -04:00
.bumpversion.cfg Bump version: 44.1.0 → 44.1.1 2020-05-28 21:00:39 -04: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 Suppress failures due to unfortunate combination of issues. Ref #2000. 2020-02-15 14:07:11 -05:00
CHANGES.rst Bump version: 44.1.0 → 44.1.1 2020-05-28 21:00:39 -04:00
LICENSE Add LICENSE file for expectant auditors 2016-08-12 13:45:01 -05:00
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 Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines. 2020-02-06 18:15:35 -05:00
azure-pipelines.yml Add azure pipelines from jaraco/skeleton 2020-02-05 21:56:07 -05: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 Revert "drop easy_install script and associated documentation" 2019-11-16 23:30:10 +01:00
launcher.c launcher: Fix build with mingw-w64 2019-06-13 18:31:57 +02:00
msvc-build-launcher.cmd Remove ARM launchers. Fixes #611. 2016-06-09 15:14:16 -04:00
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: 44.1.0 → 44.1.1 2020-05-28 21:00:39 -04:00
setup.py Revert "drop easy_install script and associated documentation" 2019-11-16 23:30:10 +01: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 Avoid install during finalize 2020-03-21 14:40:56 -04: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/>`_.