Setuptools build system
Go to file
Benoit Pierre 14c82188da test: drop pkg_resources tests dependency on easy_install 2019-11-13 11:29:22 +01:00
.github Add github pull request template 2018-05-15 11:26:56 -04:00
changelog.d Merge pull request #1861 from benoit-pierre/fix_empty_namespace_package_wheel_install 2019-11-13 10:20:31 +00:00
docs Remove "upload" and "register" commands. 2019-11-02 15:10:29 -04:00
pkg_resources test: drop pkg_resources tests dependency on easy_install 2019-11-13 11:29:22 +01:00
setuptools Merge pull request #1861 from benoit-pierre/fix_empty_namespace_package_wheel_install 2019-11-13 10:20:31 +00:00
tests Merge pull request #1864 from benoit-pierre/improve_workaround_for_1644 2019-11-13 10:20:49 +00:00
tools improve workaround for #1644 2019-10-07 23:23:08 +02:00
.bumpversion.cfg Bump version: 41.5.1 → 41.6.0 2019-10-29 09:53:23 -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 Add Python 3.8 final to Travis test matrix 2019-10-22 16:39:15 -07:00
CHANGES.rst Bump version: 41.5.1 → 41.6.0 2019-10-29 09:53:23 -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 Add section on reporting security vulnerabilities through Tidelift. 2019-03-19 08:52:48 -04: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 Drop build-backend from pyproject.toml 2019-02-01 14:39:33 -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: 41.5.1 → 41.6.0 2019-10-29 09:53:23 -04:00
setup.py Fixes for python3.10 2019-08-17 19:18:07 -07: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 improve workaround for #1644 2019-10-07 23:23:08 +02: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.


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