Skip to content

Commit

Permalink
Merge pull request #216 from bnavigator/setuptools_scm_version_fix
Browse files Browse the repository at this point in the history
Remove use_scm_version
  • Loading branch information
bnavigator authored Sep 23, 2023
2 parents 60a5c71 + 0e43cb3 commit 15d2a69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=45",
"setuptools_scm>=7",
"setuptools_scm>=8",
"wheel",
"scikit-build>=0.15",
"cmake>=3.14",
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ def run(self):
packages=['slycot', 'slycot.tests'],
cmdclass={'sdist': sdist_checked},
cmake_languages=('C', 'Fortran'),
use_scm_version = True,
include_package_data = False,
)

0 comments on commit 15d2a69

Please sign in to comment.