mirror of https://github.com/explosion/spaCy.git
* Remove stray print statement from setup
This commit is contained in:
parent
d460c28838
commit
b183dff72d
4
setup.py
4
setup.py
|
@ -9,13 +9,11 @@ from os import path
|
||||||
from os.path import splitext
|
from os.path import splitext
|
||||||
|
|
||||||
|
|
||||||
|
import shutil
|
||||||
from setuptools import Extension
|
from setuptools import Extension
|
||||||
from distutils import sysconfig
|
from distutils import sysconfig
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
|
||||||
print sys.argv
|
|
||||||
|
|
||||||
# PyPy --- NB! PyPy doesn't really work, it segfaults all over the place. But,
|
# PyPy --- NB! PyPy doesn't really work, it segfaults all over the place. But,
|
||||||
# this is necessary to get it compile.
|
# this is necessary to get it compile.
|
||||||
# We have to resort to monkey-patching to set the compiler, because pypy broke
|
# We have to resort to monkey-patching to set the compiler, because pypy broke
|
||||||
|
|
Loading…
Reference in New Issue