Skip to content
Official project repository for the Setuptools build system
Branch: master
Clone or download
mergify Merge pull request #1750 from benoit-pierre/fix_1749
build_meta: fix 2 issues with `build_wheel` / `build_sdist`
Latest commit 83c667e Apr 24, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Add github pull request template May 15, 2018
changelog.d changelog: add entry for PR #1750 Apr 23, 2019
docs Remove unwritten sections of the documentation (#1705) Feb 26, 2019
pkg_resources Include file path when Version: missing Apr 3, 2019
setuptools build_meta: fix 2 issues with `build_wheel` / `build_sdist` Apr 22, 2019
tests tests: temporary pin pip to fix the Python 2.7 job Jan 26, 2019
.bumpversion.cfg Bump version: 41.0.0 → 41.0.1 Apr 22, 2019
.codecov.yml Add codecov settings Mar 23, 2018
.gitignore Added .idea/ to gitignore, to cover cases where people are using a Je… Sep 19, 2018
.mergify.yml Allow PRs from other forks to auto-merge. Jan 1, 2019
.readthedocs.yml Configure readthedocs with a .yml file Sep 16, 2018
.travis.yml travis: re-enable coverage for Python 3.8 job (#1748) Apr 22, 2019
CHANGES.rst
LICENSE Add LICENSE file for expectant auditors Aug 12, 2016
MANIFEST.in tweak #1644 workaround to fix `test_pip_upgrade_from_source` Jan 28, 2019
README.rst Add section on reporting security vulnerabilities through Tidelift. Mar 19, 2019
appveyor.yml Require network in CI builds Feb 23, 2019
bootstrap.py Use unicode_literals in bootstrap script Jul 13, 2017
conftest.py Include pavement.py in tests (where applicable). Jun 6, 2018
easy_install.py Remove spurious executable permissions Jul 27, 2018
launcher.c Remove spurious executable permissions Jul 27, 2018
msvc-build-launcher.cmd Remove ARM launchers. Fixes #611. Jun 9, 2016
netlify.toml Generate doc previews for pull requests May 16, 2018
pavement.py Update pavement not to import pip Sep 18, 2018
pyproject.toml Drop build-backend from pyproject.toml Feb 1, 2019
pytest.ini Remove spurious executable permissions Jul 27, 2018
setup.cfg Bump version: 41.0.0 → 41.0.1 Apr 22, 2019
setup.py Move version to setup.cfg Feb 17, 2019
towncrier_template.rst Add a space after header, so reST rendering isn't mangled. (#1429) Jul 15, 2018
tox.ini Require network in CI builds Feb 23, 2019

README.rst

https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white https://tidelift.com/badges/github/pypa/setuptools?style=flat

See the Installation Instructions 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. Bug reports and especially tested patches may be submitted directly to the bug tracker.

To report a security vulnerability, please use the Tidelift security contact. 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.

You can’t perform that action at this time.