We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acab96 commit e7a23e2Copy full SHA for e7a23e2
setup.py
@@ -12,7 +12,7 @@
12
long_description = f.read()
13
14
# Read in the version number
15
-exec(open("axelrod/version.py", "r").read()
+exec(open("axelrod/version.py", "r").read())
16
17
setup(
18
name="Axelrod",
0 commit comments