Skip to content

Commit b3564d7

Browse files
committed
DOC: Update setup.py download_url
1 parent 147c4cb commit b3564d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author_email='[email protected]',
1919
packages=['itk'],
2020
package_dir={'itk': 'itk'},
21-
download_url=r'https://github.com/phcerdan/ITKTotalVariation',
21+
download_url=r'https://github.com/InsightSoftwareConsortium/ITKTotalVariation',
2222
description=r'TotalVariation algorithms, providing a wrap for the external project: https://github.com/albarji/proxTV',
2323
long_description='ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional scientific images.',
2424
classifiers=[

0 commit comments

Comments
 (0)