Skip to content

Commit

Permalink
pin setuptools_scm < 7 due to broken builds (#810)
Browse files Browse the repository at this point in the history
in setuptools_scm version 7 the generated wheel version is wrong, needs to be investigated
  • Loading branch information
Nothing4You authored Jun 29, 2022
1 parent 7fa5078 commit fb85893
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
Expand Up @@ -4,7 +4,7 @@ requires = [
"setuptools >= 42",

# Plugins
"setuptools_scm[toml] >= 6.4",
"setuptools_scm[toml] >= 6.4, < 7",
"setuptools_scm_git_archive >= 1.1",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit fb85893

Please sign in to comment.