We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3039975 commit de3ccadCopy full SHA for de3ccad
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "rqadeforestation"
7
-version = "0.1.0"
+dynamic = ["version"]
8
description = "Python package for RQA trend calculation for deforestation analysis"
9
authors = [
10
{ name="Daniel Loos", email="[email protected]" },
@@ -32,3 +32,6 @@ include-package-data = true
32
33
[tool.setuptools.package-data]
34
"*" = ["*.so", "*.o"]
35
+
36
+[tool.setuptools_scm]
37
+version_scheme = "post-release"
0 commit comments