MAINT: skel3d: rename _skel.pyx to _skel.pyx.in

(no templating yet)
This commit is contained in:
Evgeni Burovski
2016-02-02 16:40:39 +00:00
parent c4c95ae4bc
commit 3bbb766f4e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ def configuration(parent_package='', top_path=None):
cython(['_skeletonize_cy.pyx'], working_path=base_path)
cython(['_convex_hull.pyx'], working_path=base_path)
cython(['_greyreconstruct.pyx'], working_path=base_path)
cython(['_skel.pyx'], working_path=base_path)
cython(['_skel.pyx.in'], working_path=base_path)
config.add_extension('_watershed', sources=['_watershed.c'],
include_dirs=[get_numpy_include_dirs()])