add _marching_cubes.pyx to list of Cython modules to build

This commit is contained in:
Josh Warner (Mac)
2013-08-30 12:36:30 -05:00
parent 84618af7c7
commit 855031ad47
+1
View File
@@ -14,6 +14,7 @@ def configuration(parent_package='', top_path=None):
cython(['_find_contours.pyx'], working_path=base_path)
cython(['_moments.pyx'], working_path=base_path)
cython(['_marching_cubes.pyx'], working_path=base_path)
config.add_extension('_find_contours', sources=['_find_contours.c'],
include_dirs=[get_numpy_include_dirs()])