Skip to content

Commit ad9fa5b

Browse files
authored
Merge pull request #8 from jhlegarreta/ImprovePythonDocumentation
DOC: Improve Python package information.
2 parents 39754ec + 0fa5a4b commit ad9fa5b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
package_dir={'itk': 'itk'},
2121
download_url=r'https://github.com/InsightSoftwareConsortium/ITKTwoProjectionRegistration',
2222
description=r'ITK classes for two-projection 2D/3D registration',
23-
long_description='ITKTwoProjectionRegistration provides an implementation'
24-
'of intensity-based 2D/3D rigid image registration for'
23+
long_description='itk-twoprojectionregistration provides an implementation '
24+
'of intensity-based 2D/3D rigid image registration for '
2525
'patient setup assessment in external beam radiotherapy.\n'
2626
'Please refer to:\n'
27-
'J. Wu, ITK-Based Implementation of Two-Projection 2D/3D'
28-
'Registration Method with an Application in Patient Setup'
29-
'for External Beam Radiotherapy, Insight Journal.'
27+
'J. Wu, "ITK-Based Implementation of Two-Projection 2D/3D '
28+
'Registration Method with an Application in Patient Setup '
29+
'for External Beam Radiotherapy", Insight Journal, '
3030
'July-December 2010, http://hdl.handle.net/10380/3245.',
3131
classifiers=[
3232
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)