Minor updates to install instructions, license, manifest template and setup.py.

committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : adf33b8f9e976f92d0a82d753b265e693dca947c
This commit is contained in:
Jannis Leidel 2009-04-11 11:12:11 +02:00
parent 4b60060d0e
commit c7335e4a5e
4 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -2,5 +2,4 @@ include INSTALL
include LICENSE
include MANIFEST.in
recursive-include docs *
recursive-include example *
recursive-include dbtemplates/locale *

View file

@ -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 = {