Skip to content

Commit

Permalink
Pin down setuptools_scm: 8.* doesn't write the _version file :(
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed May 25, 2024
1 parent b16e77d commit de42c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run(self):
],
extras_require={
},
setup_requires=["setuptools_scm"],
setup_requires=["setuptools_scm<8.0.0"],
python_requires=">=3.7",
classifiers=[
],
Expand Down

0 comments on commit de42c64

Please sign in to comment.