Skip to content

Commit

Permalink
cythonize AND Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jul 6, 2016
1 parent 55cad7a commit f5722df
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 @@ -17,7 +17,7 @@
download_url='https://github.com/bmcfee/resampy/releases',
description='Efficient signal resampling',
license='ISC',
ext_modules=cythonize([Extension('interp',
ext_modules=cythonize([Extension('resampy.interp',
['resampy/interp.pyx'],
include_dirs=[np.get_include()])]),
packages=['resampy'],
Expand Down

0 comments on commit f5722df

Please sign in to comment.