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=[