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 1818 packages = ['SimpleITK' ],
1919 package_dir = {'SimpleITK' :'SimpleITK' },
2020 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 .' ,
2525 classifiers = [
2626 "License :: OSI Approved :: Apache Software License" ,
2727 "Programming Language :: Python" ,
4040 "Operating System :: MacOS"
4141 ],
4242 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/' ,
4545 install_requires = [],
4646 zip_safe = False
4747 )
You can’t perform that action at this time.
0 commit comments