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:
leidel 2008-11-16 02:02:48 +00:00
parent 631a2f871a
commit fff8405c69
2 changed files with 4 additions and 2 deletions

View file

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

View file

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