Skip to content

Commit

Permalink
limit to setuptools<64
Browse files Browse the repository at this point in the history
editable mode is broken in 64, python/importlib_metadata#402
  • Loading branch information
jpn-- committed Aug 12, 2022
1 parent 7d5e978 commit 89df179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=42,<64",
"wheel",
"setuptools_scm[toml]>=3.4",
"setuptools_scm_git_archive",
Expand Down

0 comments on commit 89df179

Please sign in to comment.