Skip to content

Commit

Permalink
build: require a setuptools that supports editable installs with pypr…
Browse files Browse the repository at this point in the history
…oject
  • Loading branch information
xenophonf committed Nov 30, 2023
1 parent 809d7f9 commit ec03ad7
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,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit ec03ad7

Please sign in to comment.