Skip to content
Snippets Groups Projects
Commit 115458aa authored by Tulir Asokan's avatar Tulir Asokan :cat2:
Browse files

Include topics.json in package_data

parent 174b4cba
No related branches found
No related tags found
No related merge requests found
......@@ -62,10 +62,15 @@ setuptools.setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
package_data={"mautrix_facebook": [
"web/static/*",
"example-config.yaml",
]},
package_data={
"mautrix_facebook": [
# "web/static/*",
"example-config.yaml",
],
"maufbapi.mqtt": [
"topics.json",
],
},
data_files=[
(".", ["alembic.ini", "mautrix_facebook/example-config.yaml"]),
("alembic", ["alembic/env.py"]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment