We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7b6cf commit 2d20ac0Copy full SHA for 2d20ac0
1 file changed
pyproject.toml
@@ -42,6 +42,7 @@ dev = [
42
43
[tool.setuptools_scm]
44
write_to = "src/nbody_sim/_version.py"
45
+local_scheme = "no-local-version"
46
47
[tool.pytest.ini_options]
48
addopts = "--cov=src/nbody_sim --cov-report=xml --cov-report=term-missing"
0 commit comments