From: Joshua Roesslein Date: Thu, 10 Dec 2009 18:43:34 +0000 (-0600) Subject: update setup.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5a9f5170ca7820e48239cf5729b1b3565380f978;p=tweepy.git update setup.py --- diff --git a/setup.py b/setup.py index a921a1b..b05a544 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name="tweepy", license="MIT", author="Joshua Roesslein", author_email="tweepy@googlegroups.com", - url="http://gitorious.org/tweepy", + url="http://github.com/joshthecoder/tweepy", packages = find_packages(), - keywords= "twitter wrapper library", + keywords= "twitter library", zip_safe = True)