aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTom Christie2014-01-08 15:49:19 +0000
committerTom Christie2014-01-08 15:49:19 +0000
commit05c396cfa15138b56bf8617f4667fc41e80be104 (patch)
treee378fb0a95c70132b9e014bc926efedd6db50638 /setup.py
parent78494401c5c45d16d632bb2fa9629678e47a98bc (diff)
downloaddjango-rest-framework-05c396cfa15138b56bf8617f4667fc41e80be104.tar.bz2
Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 969b3fc1..78cdb628 100755
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ if sys.argv[-1] == 'publish':
setup(
name='djangorestframework',
version=version,
- url='http://django-rest-framework.org',
+ url='http://www.django-rest-framework.org',
license='BSD',
description='Web APIs for Django, made easy.',
author='Tom Christie',