Skip to content

Commit 3acab96

Browse files
committed
Add error to setup.py
1 parent 9bafd4c commit 3acab96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = f.read()
1313

1414
# Read in the version number
15-
exec(open("axelrod/version.py", "r").read())
15+
exec(open("axelrod/version.py", "r").read()
1616

1717
setup(
1818
name="Axelrod",

0 commit comments

Comments
 (0)