Setuptools build system
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Jason R. Coombs df51e62984 Bump version: 44.1.0 → 44.1.1 4 years ago
.github Add github pull request template 6 years ago
changelog.d Bump version: 44.1.0 → 44.1.1 4 years ago
docs Replace playbook with code for finalizing a release. 4 years ago
pkg_resources drop support for Python 3.4 4 years ago
setuptools Avoid loading working set during `Distribution.finalize_options` prior to invoking `_install_setup_requires`, broken since v42.0.0. Fixes #2158. 4 years ago
tests Merge pull request #1908 from benoit-pierre/drop_py34_support 4 years ago
tools Replace playbook with code for finalizing a release. 4 years ago
.bumpversion.cfg Bump version: 44.1.0 → 44.1.1 4 years ago
.codecov.yml Add codecov settings 6 years ago
.gitignore Added .idea/ to gitignore, to cover cases where people are using a Jetbrains text editor. 5 years ago
.mergify.yml Allow PRs from other forks to auto-merge. 5 years ago
.readthedocs.yml Configure readthedocs with a .yml file 5 years ago
.travis.yml Suppress failures due to unfortunate combination of issues. Ref #2000. 4 years ago
CHANGES.rst Bump version: 44.1.0 → 44.1.1 4 years ago
LICENSE
MANIFEST.in tweak #1644 workaround to fix `test_pip_upgrade_from_source` 5 years ago
README.rst Rename 'Professional support' to 'For Enterprise' and add section on 'For Enterprise' to the README (linking to Tidelift). 4 years ago
appveyor.yml Bootstrap the environment in tox, allowing simple 'tox' to run tests and simplifying all of the pipelines. 4 years ago
azure-pipelines.yml Add azure pipelines from jaraco/skeleton 4 years ago
bootstrap.py Use unicode_literals in bootstrap script 6 years ago
conftest.py Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat for compatibility. 4 years ago
easy_install.py Revert "drop easy_install script and associated documentation" 4 years ago
launcher.c launcher: Fix build with mingw-w64 5 years ago
msvc-build-launcher.cmd
netlify.toml Generate doc previews for pull requests 6 years ago
pavement.py Update pavement not to import pip 5 years ago
pyproject.toml Add backend-path for future Pips 4 years ago
pytest.ini test: drop pkg_resources tests dependency on easy_install 4 years ago
setup.cfg Bump version: 44.1.0 → 44.1.1 4 years ago
setup.py Revert "drop easy_install script and associated documentation" 4 years ago
towncrier_template.rst Add a space after header, so reST rendering isn't mangled. (#1429) 5 years ago
tox.ini Avoid install during finalize 4 years ago

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/>`_.