mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +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(
|
||||
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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user