Skip to content

Commit

Permalink
Merge pull request #6 from sot/fix-extension-location
Browse files Browse the repository at this point in the history
Fix the location of the C extension
  • Loading branch information
javierggt authored Apr 11, 2020
2 parents 6f717b0 + 29021a0 commit 0bfad6e
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 @@ -4,7 +4,7 @@
import numpy as np
from Cython.Build import cythonize

fastss_ext = Extension("*",
fastss_ext = Extension("Ska.Numpy.fastss",
['Ska/Numpy/fastss.pyx'],
include_dirs=[np.get_include()])
try:
Expand Down

0 comments on commit 0bfad6e

Please sign in to comment.