aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2ee0628c..a47ab80b 100644
--- a/setup.py
+++ b/setup.py
@@ -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',