Skip to content

Commit

Permalink
Use the repr of version strings in wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 1, 2019
1 parent b20fd06 commit 64262aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def create_basic_wheel_for_package(script, name, version,
extras = {}
files = {
"{name}/__init__.py": """
__version__ = {version}
__version__ = {version!r}
def hello():
return "Hello From {name}"
""",
Expand Down

0 comments on commit 64262aa

Please sign in to comment.