|
20 | 20 | package_dir={'itk': 'itk'}, |
21 | 21 | download_url=r'https://github.com/InsightSoftwareConsortium/ITKBoneMorphometry', |
22 | 22 | 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.', |
29 | 30 | classifiers=[ |
30 | 31 | "License :: OSI Approved :: Apache Software License", |
31 | 32 | "Programming Language :: Python", |
|
46 | 47 | "Operating System :: MacOS" |
47 | 48 | ], |
48 | 49 | 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', |
51 | 52 | install_requires=[ |
52 | 53 | r'itk>=5.0b01' |
53 | 54 | ] |
|
0 commit comments