Skip to content

Commit c5a9309

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -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)