Skip to content

Commit 425f8c0

Browse files
committed
Use post-release setuptools_scm scheme version
1 parent e1da2e8 commit 425f8c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ anakinls = "anakinls.__main__:main"
3232

3333
[tool.setuptools_scm]
3434
version_file = "anakinls/_version.py"
35+
version_scheme = "post-release"
36+
local_scheme = "no-local-version"
3537

3638
[build-system]
3739
requires = ["setuptools>=64", "setuptools_scm>=8"]

0 commit comments

Comments
 (0)