Skip to content

Commit

Permalink
Include alembic.ini in pypi build
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 29, 2019
1 parent 0ef0ace commit bf4c062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maubot/__meta__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0.dev26"
__version__ = "0.1.0.dev27"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
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")),
],
Expand Down

0 comments on commit bf4c062

Please sign in to comment.