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 ab76e81 commit 59dca92Copy full SHA for 59dca92
setup.py
@@ -104,7 +104,7 @@
104
dependency_links=DEPENDENCY_LINKS,
105
106
# we're using git
107
- use_scm_version={'write_to': '%s/_version.py' % DISTNAME}, # this provides the version + adds the date if local non-commited changes.
+ use_scm_version={'write_to': '%s/_version.py' % DISTNAME.replace('-', '_')}, # this provides the version + adds the date if local non-commited changes.
108
# use_scm_version={'local_scheme':'dirty-tag'}, # this provides the version + adds '+dirty' if local non-commited changes.
109
setup_requires=SETUP_REQUIRES,
110
0 commit comments