summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-09-04 19:37:21 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-04 19:37:21 +0300
commit724c21e79273ae46dacc9250c160781ed83f42bb (patch)
treed738715394565cd9b880b47edbb683b1475cdbeb
parent6c57dca57a6842f3980bb8cdce77bdf852948c09 (diff)
downloadapscheduler-724c21e79273ae46dacc9250c160781ed83f42bb.tar.gz
Removed setup.cfg entirely
Setuptools v64 supports PEP 660 editable installs.
-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