Skip to content

Commit 48320d5

Browse files
No hard requirements on setuptools so we can deal with python 3.6
1 parent fdb4b77 commit 48320d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=66.1"]
2+
requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)