BUG: Wrong distribution name.

This commit is contained in:
Stefan van der Walt
2011-12-05 02:27:15 -08:00
parent 4a25a5cf06
commit 2bfd9d1ea7
+2 -2
View File
@@ -9,7 +9,7 @@ Please refer to the online documentation at
http://scikits-image.org/
"""
DISTNAME = 'skimage'
DISTNAME = 'scikits-image'
DESCRIPTION = 'Image processing routines for SciPy'
LONG_DESCRIPTION = descr
MAINTAINER = 'Stefan van der Walt'
@@ -39,7 +39,7 @@ def configuration(parent_package='', top_path=None):
delegate_options_to_subpackages=True,
quiet=True)
config.add_subpackage(DISTNAME)
config.add_subpackage('skimage')
config.add_data_dir('skimage/data')
return config