summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2021-03-16 20:42:56 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2021-03-16 20:42:56 +0100
commit53c16ce378cae61adb970c731f95fcdcd5fdf12b (patch)
tree7fd9f4c201644c32f146b96d66e2440149d301ea /pyproject.toml
parent8fe78fe790ba30591ce2f5ccf11aecf44a281e3b (diff)
downloadsetuptools-scm-53c16ce378cae61adb970c731f95fcdcd5fdf12b.tar.gz
also require setuptools >45 in pyproject.tomlv6.0.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8fe2f47..452a827 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["setuptools>=42", "wheel"]
+requires = ["setuptools>=45", "wheel"]
build-backend = "setuptools.build_meta"