Skip to content

Commit de3ccad

Browse files
committed
Use git tags for pypi versions
1 parent 3039975 commit de3ccad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rqadeforestation"
7-
version = "0.1.0"
7+
dynamic = ["version"]
88
description = "Python package for RQA trend calculation for deforestation analysis"
99
authors = [
1010
{ name="Daniel Loos", email="[email protected]" },
@@ -32,3 +32,6 @@ include-package-data = true
3232

3333
[tool.setuptools.package-data]
3434
"*" = ["*.so", "*.o"]
35+
36+
[tool.setuptools_scm]
37+
version_scheme = "post-release"

0 commit comments

Comments
 (0)