mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Include alembic.ini in pypi build
This commit is contained in:
parent
0ef0acec6c
commit
bf4c062d43
@ -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
|
mbc=maubot.cli:app
|
||||||
""",
|
""",
|
||||||
data_files=[
|
data_files=[
|
||||||
(".", ["example-config.yaml"]),
|
(".", ["example-config.yaml", "alembic.ini"]),
|
||||||
("alembic", ["alembic/env.py"]),
|
("alembic", ["alembic/env.py"]),
|
||||||
("alembic/versions", glob.glob("alembic/versions/*.py")),
|
("alembic/versions", glob.glob("alembic/versions/*.py")),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user