From 52bbe981b99a11fbc5cb9c5c9dd9c28e5f734066 Mon Sep 17 00:00:00 2001 From: Vitoria Guardieiro Date: Fri, 9 Aug 2024 13:50:17 -0300 Subject: [PATCH] Fix url in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6fef5d..e6bc699 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "High-dimensional data", "Projection" ], - url="https://github.com/viguardieiro/TopoMap", + url="https://github.com/VIDA-NYU/TopoMap-pp", classifiers=[ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3",