summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
-rw-r--r--setup.cfg1
2 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b400d39..60648fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "setuptools >= 61",
+ "setuptools >= 64",
"setuptools_scm >= 6.4"
]
build-backend = "setuptools.build_meta"
diff --git a/setup.cfg b/setup.cfg
deleted file mode 100644
index 3dce684..0000000
--- a/setup.cfg
+++ /dev/null
@@ -1 +0,0 @@
-# Should be deleted when setuptools gets PEP 660 support