Skip to content

Commit b1c5e66

Browse files
authored
Update URL and description in setup.py
1 parent 8987c2e commit b1c5e66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
author_email='pranjalsahu5@gmail.com',
1818
packages=['itk'],
1919
package_dir={'itk': 'itk'},
20-
download_url=r'https://github.com/PranjalSahu/ITKRANSAC.git',
21-
description=r'This is a template that serves as a starting point for a new module.',
22-
long_description='ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional scientific images.',
20+
download_url=r'https://github.com/InsightSoftwareConsortium/ITKRANSAC',
21+
description=r'An ITK-based implementation of RANSAC used for point cloud registration.',
22+
long_description='It supports feature based registration and can be used along with the FPFH remote module. The class itkRANSAC is the main driver that takes an object of class itkLandmarkRegistrationEstimator as argument. Please refer to the documentation for a detailed description and sample usage: https://github.com/InsightSoftwareConsortium/ITKRANSAC.',
2323
classifiers=[
2424
"License :: OSI Approved :: Apache Software License",
2525
"Programming Language :: Python",

0 commit comments

Comments
 (0)