From e6bb25073ae528be05c35cea930b50a3c38a832f Mon Sep 17 00:00:00 2001 From: Peter Richardson Date: Tue, 26 Jul 2011 16:25:06 -0300 Subject: [PATCH] Edited setup.py via GitHub --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a80aa3..88ac1f5 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://github.com/joshthecoder/tweepy", + url="http://github.com/tweepy/tweepy", packages = find_packages(), keywords= "twitter library", zip_safe = True) -- 2.25.1