Skip to content

Commit ff6d83b

Browse files
authored
Merge pull request #47 from jhlegarreta/ImprovePythonPackageInformation
DOC: Improve Python package information.
2 parents f1836d6 + c7131ec commit ff6d83b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@
2020
package_dir={'itk': 'itk'},
2121
download_url=r'https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction',
2222
description=r'A minimal path extraction framework based on Fast Marching arrival functions.',
23-
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. This is an extension module for ITK based on Mueller, D. "Fast Marching Minimal Path Extraction in ITK", http://hdl.handle.net/1926/1332 ',
23+
long_description='itk-minimalpathextraction provides a minimal path '
24+
'extraction framework based on Fast Marching arrival '
25+
'functions.\n'
26+
'Please refer to:\n'
27+
'Mueller, D. "Fast Marching Minimal Path Extraction in ITK", '
28+
'Insight Journal, January-June 2008, http://hdl.handle.net/1926/1332.',
2429
classifiers=[
2530
"License :: OSI Approved :: Apache Software License",
2631
"Programming Language :: Python",
@@ -42,7 +47,7 @@
4247
],
4348
license='Apache',
4449
keywords='ITK InsightToolkit',
45-
url=r'https://itk.org/',
50+
url=r'https://github.com/InsightSoftwareConsortium/ITKMinimalPathExtraction',
4651
install_requires=[
4752
r'itk'
4853
]

0 commit comments

Comments
 (0)