summaryrefslogtreecommitdiff
path: root/pyproject.toml
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 /pyproject.toml
parent6c57dca57a6842f3980bb8cdce77bdf852948c09 (diff)
downloadapscheduler-724c21e79273ae46dacc9250c160781ed83f42bb.tar.gz
Removed setup.cfg entirely
Setuptools v64 supports PEP 660 editable installs.
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 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"