Update setup.py

This commit is contained in:
hugovk 2014-02-26 19:55:37 +02:00
parent 71bef027c4
commit d0e4ac0e0f

View file

@ -26,7 +26,7 @@ setup(name = "pylast",
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 = "https://github.com/inversion/",
url = "https://github.com/hugovk/",
py_modules = ("pylast",),
license = "Apache2"
)