Skip to content

Commit

Permalink
Add tool.setuptools_scm section to the pyproyect.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Pozo Gonzalez committed Oct 9, 2024
1 parent 09f612b commit 8a79546
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
requires = ["setuptools >= 40.6.0", "wheel", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_scheme = "post-release"
local_scheme = "no-local-version"
write_to = "ptiming_ana/_version.py"

[project.optional-dependencies]
dev = ['pre-commit~=3.8.0']

Expand Down

0 comments on commit 8a79546

Please sign in to comment.