Skip to content

Commit

Permalink
Fixed stupid mistake for python < 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Jun 16, 2021
1 parent e8f4fc2 commit 4799fd7
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 @@ -35,6 +35,6 @@
setup(
download_url=DOWNLOAD_URL,
use_scm_version={
"write_to": f"{PKG_NAME}/_version.py"
"write_to": "%s/_version.py" % PKG_NAME
}, # we can't put `use_scm_version` in setup.cfg yet unfortunately
)

0 comments on commit 4799fd7

Please sign in to comment.