From 5a9f5170ca7820e48239cf5729b1b3565380f978 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Thu, 10 Dec 2009 12:43:34 -0600 Subject: [PATCH] update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.25.1