Setuptools build system
Go to file
Jason R. Coombs 82689e1aa8 Ensure importlib.util is imported on Python 3.5 2019-10-28 22:06:44 -04:00
.github Add github pull request template 2018-05-15 11:26:56 -04:00
changelog.d Add changelog entry. 2019-10-28 21:57:31 -04:00
docs Fixed html sidebars to supported version in Sphinx (#1804) 2019-08-13 23:40:12 +00:00
pkg_resources Fix #1790 : Include the file path in get_metadata() UnicodeDecodeErrors (#1791) 2019-07-13 12:19:50 +02:00
setuptools Ensure importlib.util is imported on Python 3.5 2019-10-28 22:06:44 -04:00
tests tests: unpin pytest 2019-05-28 21:38:56 +02:00
.bumpversion.cfg Bump version: 41.1.0 → 41.2.0 2019-08-21 04:50:43 -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 Once again, use token for cutting releases. 2019-08-21 04:49:30 -04:00
CHANGES.rst Fix typo in CHANGES.rst 2019-09-03 21:36:49 +03:00
LICENSE
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 tests: tweak default pytest arguments to fix Python 3.8 support 2019-06-30 14:25:12 +02:00
setup.cfg Bump version: 41.1.0 → 41.2.0 2019-08-21 04:50:43 -04:00
setup.py Migrate constants from setup.py to setup.cfg 2019-05-15 10:56:03 -04: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 tox: tweak configuration 2019-05-14 17:01: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/>`_.