From 444642b743d9f76d034535a5ecc362f3408d9f94 Mon Sep 17 00:00:00 2001 From: Anton Goloborodko Date: Mon, 9 Sep 2024 21:13:21 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 46e1f9ad..d06b7de8 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 +)