Skip to content

Commit

Permalink
Bumped up setuptools version
Browse files Browse the repository at this point in the history
Setuptools 64 is required for proper editable mode support.
  • Loading branch information
agronholm committed May 26, 2023
1 parent d6e1420 commit 91ab6d6
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",
"setuptools_scm >= 6.4"
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 91ab6d6

Please sign in to comment.