From d0e4ac0e0f22503254e58da5d9f498c494910281 Mon Sep 17 00:00:00 2001 From: hugovk Date: Wed, 26 Feb 2014 19:55:37 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7bde338..908dd0d 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup(name = "pylast", author = "Amr Hassan ", description = "A Python interface to Last.fm (and other API compatible social networks)", author_email = "amr.hassan@gmail.com", - url = "https://github.com/inversion/", + url = "https://github.com/hugovk/", py_modules = ("pylast",), license = "Apache2" )