From 98b93f4e6e0898b32647dd0f00aa8e22c53f6531 Mon Sep 17 00:00:00 2001 From: Alexandre Ferland Date: Thu, 12 Nov 2020 11:44:48 -0500 Subject: [PATCH] update URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa0b485..2e39208 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name="vyper-config", version="1.0.0", description="Python configuration with (more) fangs", - url="http://github.com/admiralobvious/vyper", + url="http://github.com/alexferl/vyper", author="Alexandre Ferland", author_email="aferlandqc@gmail.com", license="MIT",