Skip to content

Commit

Permalink
extension path is case-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Sep 20, 2023
1 parent 76aea0f commit c4cc3a7
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 @@ -15,5 +15,5 @@
packages=["KDEpy"],
cmdclass={"build_ext": build_ext},
include_dirs=[np.get_include()],
ext_modules=[Extension("kdepy.cutils", ["KDEpy/cutils_ext/cutils.pyx"])],
ext_modules=[Extension("KDEpy.cutils", ["KDEpy/cutils_ext/cutils.pyx"])],
)

0 comments on commit c4cc3a7

Please sign in to comment.