Added subpackage 'morphology' in setup.py so it traverses there.

This commit is contained in:
Damian Eads
2009-10-27 14:51:53 -07:00
parent 8b93148476
commit 8a590bdd6a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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':
+2 -2
View File
@@ -1,2 +1,2 @@
version='unbuilt-dev'
# THIS FILE IS GENERATED FROM THE SCIKITS.IMAGE SETUP.PY
version='0.2dev'