Skip to content

Commit 59dca92

Browse files
author
Sylvain MARIE
committed
Fixed stupid mistake
1 parent ab76e81 commit 59dca92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
dependency_links=DEPENDENCY_LINKS,
105105

106106
# 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.
107+
use_scm_version={'write_to': '%s/_version.py' % DISTNAME.replace('-', '_')}, # this provides the version + adds the date if local non-commited changes.
108108
# use_scm_version={'local_scheme':'dirty-tag'}, # this provides the version + adds '+dirty' if local non-commited changes.
109109
setup_requires=SETUP_REQUIRES,
110110

0 commit comments

Comments
 (0)