Skip to content

Commit

Permalink
avoid setuptools_scm version 8.0.0
Browse files Browse the repository at this point in the history
due to the bug described at pypa/setuptools-scm#905
  • Loading branch information
felipesanches committed Sep 20, 2023
1 parent 473a236 commit 86691d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@
python_requires=">=3.8",
setup_requires=[
"setuptools>=61.2",
"setuptools_scm[toml]>=6.2",
"setuptools_scm[toml]>=6.2, !=8.0.0", # version 8.0.0 had a bug as described at
# https://github.com/pypa/setuptools_scm/issues/905
],
install_requires=[
# ---
Expand Down

0 comments on commit 86691d8

Please sign in to comment.