Include alembic.ini in pypi build
This commit is contained in:
parent
0ef0acec6c
commit
bf4c062d43
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0.dev26"
|
||||
__version__ = "0.1.0.dev27"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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")),
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue