Update URL
not author 'cause I think that's rude until I make more changes.
This commit is contained in:
parent
7fadea93bd
commit
83ee68a400
4
setup.py
4
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 <amr.hassan@gmail.com>",
|
||||
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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue