mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-15 11:25:53 +08:00
Name of new github repository in setup.py of submodules
This commit is contained in:
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user