diff --git a/setup.py b/setup.py index 4964af9..50654e0 100755 --- a/setup.py +++ b/setup.py @@ -22,11 +22,11 @@ def get_build(): return str(build) setup(name = "pylast", - version = "0.5." + get_build(), + version = "0.1+0.5." + get_build(), author = "Amr Hassan ", description = "A Python interface to Last.fm (and other API compatible social networks)", author_email = "amr.hassan@gmail.com", - url = "http://code.google.com/p/pylast/", + url = "https://github.com/Elizacat/", py_modules = ("pylast",), license = "Apache2" )