Skip to content

Commit 1698203

Browse files
authored
Update setup.py
1 parent 171656c commit 1698203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
setup(
77
name="python-synthpop",
8-
version="0.0.2",
8+
use_scm_version=True, # Dynamically use Git tags for versioning
9+
setup_requires=["setuptools_scm"], # Ensure setuptools_scm is available
910
author="Algorithm Audit",
1011
description="Python implementation of the R package synthpop for generating synthetic data",
1112
long_description=long_description,

0 commit comments

Comments
 (0)