Skip to content

Commit

Permalink
Force use setuptools_scm less than version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Jan 11, 2024
1 parent bd7e24c commit fc2cafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ include jagger/jagger.h
include jagger/python-binding-jagger.cc
include jagger/__init__.py
include jagger/main.py
include jagger/_version.py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [
#"setuptools>=64",
#"setuptools_scm>=8",
"setuptools>=45",
"setuptools_scm[toml]>=6.2",
"setuptools_scm[toml]<8",
"wheel",
"pybind11>=2.10.0",
]
Expand Down

0 comments on commit fc2cafb

Please sign in to comment.