DOC: Fix some scikits.image mentions.

This commit is contained in:
Stefan van der Walt
2011-12-02 10:55:41 -08:00
parent 207079ff1d
commit bf609dfca0
10 changed files with 22 additions and 22 deletions
+3 -3
View File
@@ -26,11 +26,11 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'Scikits.Image Developers',
author = 'Scikits.Image Developers',
setup(maintainer = 'Scikits-image Developers',
author = 'Scikits-image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Transforms',
url = 'https://github.com/scikits-image/scikits.image',
url = 'https://github.com/scikits-image/scikits-image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)