Skip to content

Commit

Permalink
MNT: add explicit configuration for setuptools-scm to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 25, 2025
1 parent 2b5cbbc commit 19af77e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools>=61.2",
"setuptools_scm>=6.2",
"setuptools_scm>=8.0.0",
"wheel",
"jinja2>=2.10.3",
"numpy>=2.0.0rc1",
Expand Down Expand Up @@ -47,6 +47,9 @@ include-package-data = false
exclude = ["erfa._dev"]
namespaces = false

[tool.setuptools_scm]
version_file = "erfa/_version.py"

[tool.pytest.ini_options]
minversion = "4.6"
testpaths = ["erfa", "docs", "README.rst"]
Expand Down

0 comments on commit 19af77e

Please sign in to comment.