mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-28 11:25:42 +08:00
Added subpackage 'morphology' in setup.py so it traverses there.
This commit is contained in:
@@ -6,6 +6,7 @@ def configuration(parent_package='', top_path=None):
|
||||
config = Configuration('image', parent_package, top_path)
|
||||
|
||||
config.add_subpackage('opencv')
|
||||
config.add_subpackage('morphology')
|
||||
|
||||
def add_test_directories(arg, dirname, fnames):
|
||||
if dirname.split(os.path.sep)[-1] == 'tests':
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version='unbuilt-dev'
|
||||
|
||||
# THIS FILE IS GENERATED FROM THE SCIKITS.IMAGE SETUP.PY
|
||||
version='0.2dev'
|
||||
|
||||
Reference in New Issue
Block a user