From: Peter Richardson Date: Tue, 26 Jul 2011 19:25:06 +0000 (-0300) Subject: Edited setup.py via GitHub X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e6bb25073ae528be05c35cea930b50a3c38a832f;p=tweepy.git Edited setup.py via GitHub --- 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)