point to django-rest-framework.org as the homepage, point to pypi for downloads

This commit is contained in:
Tom Christie 2011-06-02 12:52:23 +01:00
parent 6cc6bbdc9c
commit 7ee9adbe5c

View File

@ -12,8 +12,8 @@ VERSION = re.match("__version__ = '([^']+)'", init_py).group(1)
setup(
name = 'djangorestframework',
version = VERSION,
url = 'https://bitbucket.org/tomchristie/django-rest-framework/wiki/Home',
download_url = 'https://bitbucket.org/tomchristie/django-rest-framework/downloads',
url = 'http://django-rest-framework.org',
download_url = 'http://pypi.python.org/pypi/djangorestframework/',
license = 'BSD',
description = 'A lightweight REST framework for Django.',
author = 'Tom Christie',