Skip to content

Commit f20bdbc

Browse files
committed
Update descriptive setup arguments to match SimpleITK
1 parent bdc7fd1 commit f20bdbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
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",
@@ -40,8 +40,8 @@
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
)

0 commit comments

Comments
 (0)