Skip to content

Commit

Permalink
print to console when cython is called
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Helmling committed Jan 17, 2018
1 parent a240c0f commit 816feee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def readme():

if '--cython' in sys.argv or is_windows:
from Cython.Build import cythonize

print('cythonizing taglib.pyx ...')
extensions = cythonize([Extension('taglib', [os.path.join('src', 'taglib.pyx')], **kwargs)])
sys.argv = [arg for arg in sys.argv if arg != '--cython']
else:
Expand Down

0 comments on commit 816feee

Please sign in to comment.