Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor authored Sep 9, 2024
1 parent 48fba90 commit 444642b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """\
Expand Down Expand Up @@ -140,4 +140,4 @@ def run(self):
]
},
packages=find_packages(),
)
)

0 comments on commit 444642b

Please sign in to comment.