Skip to content

Commit 19af77e

Browse files
committed
MNT: add explicit configuration for setuptools-scm to pyproject.toml
1 parent 2b5cbbc commit 19af77e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=61.2",
4-
"setuptools_scm>=6.2",
4+
"setuptools_scm>=8.0.0",
55
"wheel",
66
"jinja2>=2.10.3",
77
"numpy>=2.0.0rc1",
@@ -47,6 +47,9 @@ include-package-data = false
4747
exclude = ["erfa._dev"]
4848
namespaces = false
4949

50+
[tool.setuptools_scm]
51+
version_file = "erfa/_version.py"
52+
5053
[tool.pytest.ini_options]
5154
minversion = "4.6"
5255
testpaths = ["erfa", "docs", "README.rst"]

0 commit comments

Comments
 (0)