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 fc937ca commit ba75d25Copy full SHA for ba75d25
pyproject.toml
@@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "python-synthpop"
7
-version = "0.0.2"
8
description = "Python implementation of the R package synthpop for generating synthetic data"
9
authors = [
10
{name = "Algorithm Audit"}
@@ -24,3 +23,7 @@ license = {file = "LICENSE"}
24
23
dev = [
25
"pytest>=7.0.0",
26
]
+
27
+[tool.setuptools_scm]
28
+version_scheme = "post-release"
29
+local_scheme = "dirty-tag"
0 commit comments