Skip to content

Commit

Permalink
add write_to to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakf committed Apr 1, 2024
1 parent f78589b commit a80abf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="gdc_client",
use_scm_version={"local_scheme": "dirty-tag", "version_file": "VERSION.txt"},
use_scm_version={"local_scheme": "dirty-tag", "write_to": "VERSION.txt"},
setup_requires=["setuptools_scm<8"],
# setuptools_git_versioning={"enabled": True},
packages=find_packages(),
Expand Down

0 comments on commit a80abf3

Please sign in to comment.