mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
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:
parent
4b60060d0e
commit
c7335e4a5e
4 changed files with 3 additions and 4 deletions
2
INSTALL
2
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
|
||||
|
|
|
|||
2
LICENSE
2
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
|
||||
|
|
|
|||
|
|
@ -2,5 +2,4 @@ include INSTALL
|
|||
include LICENSE
|
||||
include MANIFEST.in
|
||||
recursive-include docs *
|
||||
recursive-include example *
|
||||
recursive-include dbtemplates/locale *
|
||||
|
|
|
|||
2
setup.py
2
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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue