diff --git a/setup.py b/setup.py index 501aca39c..ca5cc5773 100644 --- a/setup.py +++ b/setup.py @@ -9,13 +9,11 @@ from os import path from os.path import splitext +import shutil from setuptools import Extension from distutils import sysconfig import platform - -print sys.argv - # PyPy --- NB! PyPy doesn't really work, it segfaults all over the place. But, # this is necessary to get it compile. # We have to resort to monkey-patching to set the compiler, because pypy broke