Skip to content

Commit

Permalink
print Cython version if used for building
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Feb 8, 2014
1 parent aaacfb9 commit 43b2ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -35,6 +35,8 @@

if USE_CYTHON:
from Cython.Build import cythonize
import Cython
print("Building with Cython %s" % Cython.__version__)
else:
def cythonize(extensions):
for extension in extensions:
Expand Down

0 comments on commit 43b2ee8

Please sign in to comment.