mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Added own version in order to fix dependencies.
This commit is contained in:
parent
863e3edaa3
commit
6b9704c0dd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ read = lambda filepath: codecs.open(filepath, 'r', 'utf-8').read()
|
|||
|
||||
setup(
|
||||
name='django-dbtemplates',
|
||||
version=':versiontools:dbtemplates:',
|
||||
version=':versiontools:dbtemplates:pbs',
|
||||
description='Template loader for templates stored in the database',
|
||||
long_description=read(path.join(path.dirname(__file__), 'README.rst')),
|
||||
author='Jannis Leidel',
|
||||
|
|
|
|||
Loading…
Reference in a new issue