Include alembic.ini in pypi build

This commit is contained in:
Tulir Asokan 2019-09-29 16:59:28 +03:00
parent 0ef0acec6c
commit bf4c062d43
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.1.0.dev26"
__version__ = "0.1.0.dev27"

View File

@ -54,7 +54,7 @@ setuptools.setup(
mbc=maubot.cli:app
""",
data_files=[
(".", ["example-config.yaml"]),
(".", ["example-config.yaml", "alembic.ini"]),
("alembic", ["alembic/env.py"]),
("alembic/versions", glob.glob("alembic/versions/*.py")),
],