Name of new github repository in setup.py of submodules

This commit is contained in:
Emmanuelle Gouillart
2011-08-29 20:55:00 +02:00
parent 45b1f56b63
commit 805be0ab3f
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ if __name__ == '__main__':
author = 'Scikits.Image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Filters',
url = 'http://stefanv.github.com/scikits.image/',
url = 'https://github.com/scikits-image/scikits.image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)
+1 -1
View File
@@ -31,7 +31,7 @@ if __name__ == '__main__':
setup(maintainer = 'scikits.image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Graph-based Image-processing Algorithms',
url = 'http://stefanv.github.com/scikits.image/',
url = 'https://github.com/scikits-image/scikits.image',
license = 'Modified BSD',
**(configuration(top_path='').todict())
)
+1 -1
View File
@@ -33,7 +33,7 @@ if __name__ == '__main__':
setup(maintainer = 'scikits.image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Image I/O Routines',
url = 'http://stefanv.github.com/scikits.image/',
url = 'https://github.com/scikits-image/scikits.image',
license = 'Modified BSD',
**(configuration(top_path='').todict())
)
+1 -1
View File
@@ -30,7 +30,7 @@ if __name__ == '__main__':
author = 'Damian Eads',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Morphology Wrapper',
url = 'http://stefanv.github.com/scikits.image/',
url = 'https://github.com/scikits-image/scikits.image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)
+1 -1
View File
@@ -33,7 +33,7 @@ if __name__ == '__main__':
author = 'Steven C. Colbert',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'OpenCV wrapper for NumPy arrays',
url = 'http://stefanv.github.com/scikits.image/',
url = 'https://github.com/scikits-image/scikits.image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)
+1 -1
View File
@@ -27,7 +27,7 @@ if __name__ == '__main__':
author = 'Scikits.Image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Transforms',
url = 'http://stefanv.github.com/scikits.image/',
url = 'https://github.com/scikits-image/scikits.image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)