diff --git a/INSTALL b/INSTALL index b2ae22e..2e5bc7d 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ directory somewhere on your Python path, or symlink to it from somewhere on your Python path; this is useful if you're working from a Subversion checkout. Since ``dbtemplates`` is registered in the Python Package Index you can also run ``easy_install django-dbtemplates`` -or ``pip django-dbtemplates`` optionally. +or ``pip install django-dbtemplates`` optionally. Note that this application requires Python 2.3 or later, and a recent Subversion checkout of Django. You can obtain Python from diff --git a/LICENSE b/LICENSE index 983fd50..c0d146f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2007-2008, Jannis Leidel +Copyright (c) 2007-2009, Jannis Leidel All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/MANIFEST.in b/MANIFEST.in index 123e95d..45cb057 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,5 +2,4 @@ include INSTALL include LICENSE include MANIFEST.in recursive-include docs * -recursive-include example * recursive-include dbtemplates/locale * diff --git a/setup.py b/setup.py index 3a5072c..25a2d2d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( author='Jannis Leidel', author_email='jannis@leidel.info', url='http://github.com/jezdez/django-dbtemplates/wikis/', - download_url='http://cloud.github.com/downloads/jezdez/django-dbtemplates/django-dbtemplates-0.5.5.tar.gz', + download_url='http://github.com/jezdez/django-dbtemplates/downloads', packages=find_packages(), zip_safe=False, package_data = {