Setuptools build system
Go to file
Jason R. Coombs 5a58c69518 Configure readthedocs with a .yml file 2018-09-16 10:34:21 -04:00
.github Add github pull request template 2018-05-15 11:26:56 -04:00
changelog.d Merge pull request #1486 from pypa/bugfix/1111-import-warning 2018-09-16 10:22:37 -04:00
docs link to setuptools doc 2018-09-15 16:24:03 +02:00
pkg_resources Suppress warnings in importer.find_module. Fixes #1111. 2018-09-14 15:17:58 -04:00
setuptools Remove use of compatibility shim six.binary_type 2018-09-14 15:03:46 -07:00
tests More directly address the Python 3.4 compatibility. 2018-06-06 09:07:36 -04:00
.codecov.yml Add codecov settings 2018-03-23 13:06:10 -04:00
.gitignore Add tox environment for docs 2018-05-14 09:54:20 -04:00
.readthedocs.yml Configure readthedocs with a .yml file 2018-09-16 10:34:21 -04:00
.travis.yml Stop testing Python 3.3 in Travis 2018-05-17 10:42:53 -04:00
CHANGES.rst Remove extraneous v 2018-09-11 09:27:06 -04:00
LICENSE
MANIFEST.in Include tox.ini in the sdist. Ref #904. 2017-01-07 13:09:05 -05:00
README.rst Add Tidelift badge to readme 2018-09-16 10:19:45 -04:00
appveyor.yml Bump appveyor Python 3 to 3.6 2018-05-15 10:40:40 -04:00
bootstrap.py Use unicode_literals in bootstrap script 2017-07-13 14:23:07 -04:00
conftest.py Include pavement.py in tests (where applicable). 2018-06-06 09:02:39 -04:00
easy_install.py Remove spurious executable permissions 2018-07-27 14:53:45 +02:00
launcher.c Remove spurious executable permissions 2018-07-27 14:53:45 +02:00
msvc-build-launcher.cmd
netlify.toml Generate doc previews for pull requests 2018-05-16 12:11:03 -04:00
pavement.py Extract common functionality into reusable functions 2018-03-17 14:24:26 -04:00
pyproject.toml fix PEP 518 configuration 2018-06-28 13:31:39 +02:00
pytest.ini Remove spurious executable permissions 2018-07-27 14:53:45 +02:00
setup.cfg Bump version: 40.1.1 → 40.2.0 2018-08-21 08:57:48 -04:00
setup.py Bump version: 40.1.1 → 40.2.0 2018-08-21 08:57:48 -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: fix configuration so newer tox versions are supported 2018-08-11 19:44:25 +02:00

README.rst

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

.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
    :target: https://setuptools.readthedocs.io

.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI
   :target: https://travis-ci.org/pypa/setuptools

.. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor
   :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master

.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg
   :target: https://codecov.io/gh/pypa/setuptools

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

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

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

The project is `maintained at GitHub <https://github.com/pypa/setuptools>`_
by the `Setuptools Developers
<https://github.com/orgs/pypa/teams/setuptools-developers>`_.

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


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