summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-26 21:41:52 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2020-05-26 21:41:52 +0200
commita1b24696f7196f9135f4be1ab6bd227880733b95 (patch)
treed417b49bf3cb39552894f998c34d932abd22c6b5
parent6d3e0f2e262420983733295aab00197bb73640b4 (diff)
downloadsetuptools-scm-bugfix/448-pyproject-remove-jaraco.windows.tar.gz
fix #448: remove the missed jaraco.windows referencebugfix/448-pyproject-remove-jaraco.windows
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0a33ae6..f90d4d1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools>=34.4", "wheel", "jaraco.windows; python_version < '3'"]
+requires = ["setuptools>=34.4", "wheel"]
build-backend = "setuptools.build_meta"