File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
packages = ['SimpleITK' ],
19
19
package_dir = {'SimpleITK' :'SimpleITK' },
20
20
download_url = r'https://www.itk.org/SimpleITKDoxygen/html/PyDownloadPage.html' ,
21
- description = r'Simplified interface to the Insight Toolkit for image registration and segmentation' ,
22
- long_description = 'Provide an abstraction layer to ITK that enables developers\
23
- and users to access the powerful features of the InsightToolkit in a more \
24
- simplified manner.' ,
21
+ description = r'SimpleITK is a simplified interface to the Insight Toolkit (ITK) for image registration and segmentation' ,
22
+ long_description = r'SimpleITK provides an abstraction layer to ITK that enables developers \
23
+ and users to access the powerful features of the InsightToolkit in an easy \
24
+ to use manner for biomedical image analysis .' ,
25
25
classifiers = [
26
26
"License :: OSI Approved :: Apache Software License" ,
27
27
"Programming Language :: Python" ,
40
40
"Operating System :: MacOS"
41
41
],
42
42
license = 'Apache' ,
43
- keywords = 'ITK InsightToolkit segmentation registration image ' ,
44
- url = r'http ://simpleitk.org/' ,
43
+ keywords = 'SimpleITK ITK InsightToolkit segmentation registration' ,
44
+ url = r'https ://simpleitk.org/' ,
45
45
install_requires = [],
46
46
zip_safe = False
47
47
)
You can’t perform that action at this time.
0 commit comments