mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
point to django-rest-framework.org as the homepage, point to pypi for downloads
This commit is contained in:
parent
6cc6bbdc9c
commit
7ee9adbe5c
4
setup.py
4
setup.py
|
@ -12,8 +12,8 @@ VERSION = re.match("__version__ = '([^']+)'", init_py).group(1)
|
||||||
setup(
|
setup(
|
||||||
name = 'djangorestframework',
|
name = 'djangorestframework',
|
||||||
version = VERSION,
|
version = VERSION,
|
||||||
url = 'https://bitbucket.org/tomchristie/django-rest-framework/wiki/Home',
|
url = 'http://django-rest-framework.org',
|
||||||
download_url = 'https://bitbucket.org/tomchristie/django-rest-framework/downloads',
|
download_url = 'http://pypi.python.org/pypi/djangorestframework/',
|
||||||
license = 'BSD',
|
license = 'BSD',
|
||||||
description = 'A lightweight REST framework for Django.',
|
description = 'A lightweight REST framework for Django.',
|
||||||
author = 'Tom Christie',
|
author = 'Tom Christie',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user