diff options
| author | Tom Christie | 2011-06-02 12:52:23 +0100 | 
|---|---|---|
| committer | Tom Christie | 2011-06-02 12:52:23 +0100 | 
| commit | 7ee9adbe5c03c29cd4a894dd476548f7fe73b5e4 (patch) | |
| tree | 1c67c835981aa7c0c988a88d5f0e47c41054493b | |
| parent | 6cc6bbdc9ce2aa9e77c2162245099f40b53a69a9 (diff) | |
| download | django-rest-framework-7ee9adbe5c03c29cd4a894dd476548f7fe73b5e4.tar.bz2 | |
point to django-rest-framework.org as the homepage, point to pypi for downloads
| -rw-r--r-- | setup.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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', | 
