Moved base.html to index.html

This commit is contained in:
tanshu
2018-05-15 13:43:28 +05:30
parent 62fe28f25e
commit d6aab88ce8
30 changed files with 31 additions and 33 deletions

View File

@ -15,11 +15,11 @@ requires = [
'transaction',
'zope.sqlalchemy',
'SQLAlchemy',
'psycopg2',
'psycopg2-binary',
]
setup(name='brewman',
version='4.0',
version='5.0',
description='brewman',
long_description=README + '\n\n' + CHANGES,
classifiers=[