summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-02-06 14:10:17 +0800
committerBob Ippolito <bob@redivi.com>2011-02-06 14:10:17 +0800
commitdf1b6a564bd3a9fd56a1be2f9deecb83f674c296 (patch)
treee0f7326f035fe0bd949d8c8522d191ea6ed96203
parent68191af88209d60b5bd8887b83a1c58244339fb8 (diff)
downloadsimplejson-df1b6a564bd3a9fd56a1be2f9deecb83f674c296.tar.gz
change url to github
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 360cf1d..b8f1d66 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def run_setup(with_binary):
classifiers=CLASSIFIERS,
author="Bob Ippolito",
author_email="bob@redivi.com",
- url="http://undefined.org/python/#simplejson",
+ url="http://github.com/simplejson/simplejson",
license="MIT License",
packages=find_packages(exclude=['ez_setup']),
platforms=['any'],