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" )