Skip to content

Commit

Permalink
Update github link in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PranjalSahu committed Nov 14, 2022
1 parent 4c58393 commit 6c14c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
author_email='pranjalsahu5@gmail.com',
packages=['itk'],
package_dir={'itk': 'itk'},
download_url=r'https://github.com/PranjalSahu/Fpfh.git',
download_url=r'https://github.com/InsightSoftwareConsortium/ITKFPFH',
description=r'An ITK-based implementation of FPFH (Fast Point Feature Histogram) used for point cloud feature calculation.',
long_description='The feature points could be used obtain salient points while performing registration using RANSAC remote module. The class PointFeature is the main driver that takes a PointSet as argument. Please refer to the documentation for a detailed description and sample usage: https://github.com/InsightSoftwareConsortium/ITKFPFH',
classifiers=[
Expand Down

0 comments on commit 6c14c8d

Please sign in to comment.