mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-20 12:40:31 +08:00
Fix path to tifffile.c
This commit is contained in:
Vendored
+1
-1
@@ -11,7 +11,7 @@ def configuration(parent_package='', top_path=None):
|
||||
config = Configuration('external', parent_package, top_path)
|
||||
|
||||
config.add_extension('tifffile._tifffile',
|
||||
sources=['tifffile/_tifffile.c'],
|
||||
sources=['tifffile/tifffile.c'],
|
||||
include_dirs=[get_numpy_include_dirs()])
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user