From fd2626b8abd1b9c34c57618b63510f61675f3c77 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Sat, 11 Jul 2020 14:35:18 +0100 Subject: [PATCH] update url in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63aed95..fe3bac5 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ license='GNU GPL V3', description='Python 3 implementation of Skeleton Extraction by Mesh contraction algorithm', long_description=open('README.md').read(), - url='https://github.com/schlegelp/skeletonizer', + url='https://github.com/schlegelp/skeletor', author='Philipp Schlegel', author_email='pms70@cam.ac.uk', keywords='mesh skeletonizer mesh contraction skeleton extraction',