summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-19 20:37:26 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-01-19 20:40:04 -0500
commit183a306ef87fd15df27dc4327182a944033ea3a0 (patch)
tree5774e85956c06f7d82860483ae8de0a17d28e4a5 /pyproject.toml
parent8222d6f7b992d3b184434acb31cd66b0f2e41401 (diff)
downloadpython-setuptools-git-183a306ef87fd15df27dc4327182a944033ea3a0.tar.gz
Remove bootstrap and tox-pip and instead rely on pep517.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4e80bdc1..414ffed5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,5 @@
[build-system]
requires = [
- # avoid self install on Python 2; ref #1996
"setuptools >= 40.8; python_version > '3'",
"wheel",
]