mirror of https://github.com/Nonannet/copapy.git
updated setuptools_scm version_scheme
This commit is contained in:
parent
515eba4a4a
commit
81e93892d6
|
|
@ -31,7 +31,7 @@ copapy = ["obj/*.o", "py.typed"]
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
version_scheme = "post-release"
|
version_scheme = "post-release"
|
||||||
local_scheme = "node-and-date"
|
local_scheme = "no-local-version"
|
||||||
tag_regex = "^v(?P<version>\\d+\\.\\d+\\.\\d+(?:-beta)?)$"
|
tag_regex = "^v(?P<version>\\d+\\.\\d+\\.\\d+(?:-beta)?)$"
|
||||||
fallback_version = "0.0.0"
|
fallback_version = "0.0.0"
|
||||||
write_to = "src/copapy/_version.py"
|
write_to = "src/copapy/_version.py"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue