diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-26 11:37:33 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-26 11:37:39 -0500 |
| commit | 693e4a0cd296d5e107c39ba1986174e29ed409c8 (patch) | |
| tree | be9af0987394b03e4556eea23b1a11fe821965ac | |
| parent | aad7fde133bf1cf67a0c50645d27f6a2004da612 (diff) | |
| download | python-setuptools-git-693e4a0cd296d5e107c39ba1986174e29ed409c8.tar.gz | |
Only Python 3 is relevant now
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 414ffed5..58659eab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools >= 40.8; python_version > '3'", + "setuptools >= 40.8", "wheel", ] build-backend = "setuptools.build_meta" |
