Commit 2f8e7e54 by aagusti

include locale in setup

1 parent 83c94384
from sqlalchemy import Column, String, SmallInteger, Integer, DateTime, ForeignKey from sqlalchemy import Column, String, SmallInteger, Integer, DateTime, ForeignKey
from sqlalchemy.orm import relationship, backref from sqlalchemy.orm import relationship, backref
from ziggurat_foundations.tests import User from .users import User
from .meta import Base from .meta import Base
from .base import NamaModel, DefaultModel, DBSession, KodeModel from .base import NamaModel, DefaultModel, DBSession, KodeModel
......
...@@ -33,7 +33,7 @@ requires = [ ...@@ -33,7 +33,7 @@ requires = [
'google-api-python-client', 'google-api-python-client',
'google', 'google',
'pyjwt', 'pyjwt',
# 'z3c.rml', 'z3c.rml',
'opensipkd-tools @git+https://git.opensipkd.com/aa.gusti/opensipkd-tools.git', 'opensipkd-tools @git+https://git.opensipkd.com/aa.gusti/opensipkd-tools.git',
] ]
...@@ -71,6 +71,8 @@ setup( ...@@ -71,6 +71,8 @@ setup(
'base/alembic/*.*', 'base/alembic/*.*',
'base/alembic/versions/*.*', 'base/alembic/versions/*.*',
'base/views/*.tpl', 'base/views/*.tpl',
'base/locale/*.*',
], }, ], },
data_files=[('etc', ['etc/live_opensipkd.tpl', data_files=[('etc', ['etc/live_opensipkd.tpl',
'etc/test_opensipkd.tpl', ])], 'etc/test_opensipkd.tpl', ])],
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!