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:
@@ -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"]),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user