Add tifffile.c to the build

This commit is contained in:
Steven Silvester
2014-10-15 20:59:20 -05:00
parent b6f775a7cf
commit 50aff0058a
5 changed files with 994 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ def configuration(parent_package='', top_path=None):
config.add_subpackage('transform')
config.add_subpackage('util')
config.add_subpackage('segmentation')
config.add_subpackage('external')
def add_test_directories(arg, dirname, fnames):
if dirname.split(os.path.sep)[-1] == 'tests':