Skip to content

Commit

Permalink
Add error to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Apr 6, 2020
1 parent 9bafd4c commit 3acab96
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 @@ -12,7 +12,7 @@
long_description = f.read()

# Read in the version number
exec(open("axelrod/version.py", "r").read())
exec(open("axelrod/version.py", "r").read()

setup(
name="Axelrod",
Expand Down

0 comments on commit 3acab96

Please sign in to comment.