From 6c14c8d6209d1e2df69c813945bab079960960c2 Mon Sep 17 00:00:00 2001 From: Pranjal Sahu Date: Mon, 14 Nov 2022 17:59:31 -0500 Subject: [PATCH] Update github link in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d27ebc2..a0caa27 100644 --- a/setup.py +++ b/setup.py @@ -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=[