Skip to content

Commit e314bd3

Browse files
jhlegarretadzenanz
authored andcommitted
ENH: Describe the module in the Python package long description.
Describe the module in the Python package long description. Take advantage of the chane to add additional keywords and make the project's repository be the URL.
1 parent 85a4bb4 commit e314bd3

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

setup.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
package_dir={'itk': 'itk'},
2121
download_url=r'https://github.com/InsightSoftwareConsortium/ITKBoneMorphometry',
2222
description=r'An ITK module to compute bone morphometry features and feature maps',
23-
long_description='ITK is an open-source, cross-platform library that '
24-
'provides developers with an extensive suite of software '
25-
'tools for image analysis. Developed through extreme '
26-
'programming methodologies, ITK employs leading-edge '
27-
'algorithms for registering and segmenting '
28-
'multidimensional scientific images.',
23+
long_description='ITKBoneMorphometry provides bone analysis filters that '
24+
'compute features from N-dimensional images that '
25+
'represent the internal architecture of bone.\n'
26+
'Please refer to:'
27+
'Vimort J., McCormick M., Paniagua B.,'
28+
'“Computing Bone Morphometric Feature Maps from 3-Dimensional Images”, '
29+
'Insight Journal, January-December 2017, http://hdl.handle.net/10380/3588.',
2930
classifiers=[
3031
"License :: OSI Approved :: Apache Software License",
3132
"Programming Language :: Python",
@@ -46,8 +47,8 @@
4647
"Operating System :: MacOS"
4748
],
4849
license='Apache',
49-
keywords='ITK InsightToolkit',
50-
url=r'https://itk.org/',
50+
keywords='ITK InsightToolkit bones morphometry',
51+
url=r'https://github.com/InsightSoftwareConsortium/ITKBoneMorphometry',
5152
install_requires=[
5253
r'itk>=5.0b01'
5354
]

0 commit comments

Comments
 (0)