diff --git a/setup.py b/setup.py index 46e1f9a..d06b7de 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ HAVE_CYTHON = True except ImportError: from setuptools.command.build_ext import build_ext as _build_ext - + print('Cython was not found!') HAVE_CYTHON = False classifiers = """\ @@ -140,4 +140,4 @@ def run(self): ] }, packages=find_packages(), -) \ No newline at end of file +)