Update URL

not author 'cause I think that's rude until I make more changes.
This commit is contained in:
Elizabeth J. Myers 2013-01-16 11:35:44 -06:00
parent 7fadea93bd
commit 83ee68a400

View file

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