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 171656c commit 1698203Copy full SHA for 1698203
setup.py
@@ -5,7 +5,8 @@
5
6
setup(
7
name="python-synthpop",
8
- version="0.0.2",
+ use_scm_version=True, # Dynamically use Git tags for versioning
9
+ setup_requires=["setuptools_scm"], # Ensure setuptools_scm is available
10
author="Algorithm Audit",
11
description="Python implementation of the R package synthpop for generating synthetic data",
12
long_description=long_description,
0 commit comments