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 7694c87 commit e90c2ccCopy full SHA for e90c2cc
setup.py
@@ -115,7 +115,7 @@
115
dependency_links=DEPENDENCY_LINKS,
116
117
# we're using git
118
- 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': 'pytest_cases/_version.py'}, # this provides the version + adds the date if local non-commited changes.
119
# use_scm_version={'local_scheme':'dirty-tag'}, # this provides the version + adds '+dirty' if local non-commited changes.
120
setup_requires=SETUP_REQUIRES,
121
0 commit comments