diff options
author | Bob Ippolito <bob@redivi.com> | 2011-02-06 14:10:17 +0800 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2011-02-06 14:10:17 +0800 |
commit | df1b6a564bd3a9fd56a1be2f9deecb83f674c296 (patch) | |
tree | e0f7326f035fe0bd949d8c8522d191ea6ed96203 /setup.py | |
parent | 68191af88209d60b5bd8887b83a1c58244339fb8 (diff) | |
download | simplejson-df1b6a564bd3a9fd56a1be2f9deecb83f674c296.tar.gz |
change url to github
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], |