8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60a5c71 + 0e43cb3 commit 15d2a69Copy full SHA for 15d2a69
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"setuptools>=45",
4
- "setuptools_scm>=7",
+ "setuptools_scm>=8",
5
"wheel",
6
"scikit-build>=0.15",
7
"cmake>=3.14",
setup.py
@@ -62,6 +62,5 @@ def run(self):
62
packages=['slycot', 'slycot.tests'],
63
cmdclass={'sdist': sdist_checked},
64
cmake_languages=('C', 'Fortran'),
65
- use_scm_version = True,
66
include_package_data = False,
67
)
0 commit comments