From 83ee68a40002e3f405e9818316e49bf0f5c1275d Mon Sep 17 00:00:00 2001 From: "Elizabeth J. Myers" Date: Wed, 16 Jan 2013 11:35:44 -0600 Subject: [PATCH] Update URL not author 'cause I think that's rude until I make more changes. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" )