update setup.py
authorJoshua Roesslein <jroesslein@gmail.com>
Thu, 10 Dec 2009 18:43:34 +0000 (12:43 -0600)
committerJoshua Roesslein <jroesslein@gmail.com>
Thu, 10 Dec 2009 18:43:34 +0000 (12:43 -0600)
setup.py

index a921a1b8e5009ad157e92d5bf6d846cb3ebf86ed..b05a544eec52f87c30b844e4c3249835d0152cb5 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://gitorious.org/tweepy",
+      url="http://github.com/joshthecoder/tweepy",
       packages = find_packages(),
-      keywords= "twitter wrapper library",
+      keywords= "twitter library",
       zip_safe = True)