[skimage] 01/02: BUG: Wrong distribution name.

Andreas Tille tille at debian.org
Fri Dec 23 08:22:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to tag v0.4.2
in repository skimage.

commit 2bfd9d1ea7e321491ea16b01d88b1efbc9b87709
Author: Stefan van der Walt <stefan at sun.ac.za>
Date:   Mon Dec 5 02:27:15 2011 -0800

    BUG: Wrong distribution name.
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 3beadab..bc340b6 100644
--- a/setup.py
+++ b/setup.py
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git



More information about the debian-science-commits mailing list