diff --git a/setup.py b/setup.py index 78dac4d0f..47e12447e 100755 --- a/setup.py +++ b/setup.py @@ -4,5 +4,5 @@ import os import sys os.chdir('bindings/python') -with open('setup.py) as filename: +with open('setup.py') as filename: exec(filename.read())