Skip to content

Commit

Permalink
pyproject: Require at least setuptools 64 for editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Moguri committed Mar 24, 2024
1 parent e5a86cc commit 305078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools >= 61",
"setuptools >= 64",
"wheel",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 305078c

Please sign in to comment.