mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-23 14:45:53 +00:00
Updated MANIFEST and bumped minor version to 0.5.2
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@77 cfb8ba98-e953-0410-9cff-959ffddf5974 committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974> --HG-- extra : convert_revision : d6a0d6246b4187ae39b4b0504be20964d46e13b9
This commit is contained in:
parent
631a2f871a
commit
fff8405c69
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
include INSTALL
|
||||
include LICENSE
|
||||
include MANIFEST.in
|
||||
recursive-include docs *
|
||||
recursive-include example *
|
||||
recursive-include dbtemplates/locale *
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -2,13 +2,13 @@ from distutils.core import setup
|
|||
|
||||
setup(
|
||||
name='django-dbtemplates',
|
||||
version='0.5.1',
|
||||
version='0.5.2',
|
||||
description='Template loader for database stored templates',
|
||||
long_description=open('docs/overview.txt').read(),
|
||||
author='Jannis Leidel',
|
||||
author_email='jannis@leidel.info',
|
||||
url='http://www.bitbucket.org/jezdez/django-dbtemplates/wiki/',
|
||||
download_url='http://www.bitbucket.org/jezdez/django-dbtemplates/get/v0.5.1.gz',
|
||||
download_url='http://www.bitbucket.org/jezdez/django-dbtemplates/get/v0.5.2.gz',
|
||||
packages=[
|
||||
'dbtemplates',
|
||||
'dbtemplates.management',
|
||||
|
|
|
|||
Loading…
Reference in a new issue