Edited setup.py via GitHub
authorPeter Richardson <github@zoomy.net>
Tue, 26 Jul 2011 19:25:06 +0000 (16:25 -0300)
committerPeter Richardson <github@zoomy.net>
Tue, 26 Jul 2011 19:25:06 +0000 (16:25 -0300)
setup.py

index 7a80aa3bf1cd1afa57b41935a7052dadad11e2ae..88ac1f5e72cc857d1f1420bfbd687fe911f17850 100644 (file)
--- 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)