From c7014a2ea077d7847d009a068e8f45dab9e81cff Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Mon, 29 Jun 2020 14:22:32 +0200 Subject: [PATCH] Fix URL in setup.py (fixes #42) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83dbc55..950e314 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( ], license='GPLv3', keywords='cable connector hardware harness wiring wiring-diagram wiring-harness', - url='https://github.com/n42/WireViz', + url='https://github.com/formatc1702/WireViz', package_dir={'': 'src'}, packages=find_packages('src'), entry_points={