Skip to content

Commit 921a290

Browse files
committed
Use hatchling instead of setuptools
1 parent 95696c2 commit 921a290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
2-
requires = ["setuptools==58.2.0"]
2+
# requires = ["setuptools>=61.0"]
3+
requires = ["setuptools"]
34
build-backend = "setuptools.build_meta"
45
# requires = ["hatchling"]
56
# build-backend = "hatchling.build"

0 commit comments

Comments
 (0)