Remove alembic stuff

Everyone on v0.10.x already has the latest alembic database reversion,
so it's not needed here anymore.
This commit is contained in:
Tulir Asokan
2021-12-21 13:26:23 +02:00
parent dfe9bd94b1
commit 7595b9c015
36 changed files with 1 additions and 1433 deletions
+1 -3
View File
@@ -67,8 +67,6 @@ setuptools.setup(
"example-config.yaml",
]},
data_files=[
(".", ["alembic.ini", "mautrix_telegram/example-config.yaml"]),
("alembic", ["alembic/env.py"]),
("alembic/versions", glob.glob("alembic/versions/*.py"))
(".", ["mautrix_telegram/example-config.yaml"]),
],
)