Skip to content

Commit

Permalink
Add setup version fix (quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcis committed Jun 10, 2020
1 parent 090533b commit 7c90c9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -36,9 +36,9 @@ def write_version_py(filename: str = "popmon/version.py") -> None:
# Do not modify the indentation of version_str!
version_str = """\"\"\"THIS FILE IS AUTO-GENERATED BY SETUP.PY.\"\"\"
name = '{name!s}'
version = '{version!s}'
full_version = '{full_version!s}'
name = \"{name!s}\"
version = \"{version!s}\"
full_version = \"{full_version!s}\"
release = {is_release!s}
"""

Expand Down

0 comments on commit 7c90c9f

Please sign in to comment.