Update things in setup.py
This commit is contained in:
@@ -61,20 +61,15 @@ setuptools.setup(
|
|||||||
"Framework :: AsyncIO",
|
"Framework :: AsyncIO",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.6",
|
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
],
|
],
|
||||||
entry_points="""
|
|
||||||
[console_scripts]
|
|
||||||
mautrix-telegram=mautrix_telegram.__main__:main
|
|
||||||
""",
|
|
||||||
package_data={"mautrix_telegram": [
|
package_data={"mautrix_telegram": [
|
||||||
"web/public/*.mako", "web/public/*.png", "web/public/*.css",
|
"web/public/*.mako", "web/public/*.png", "web/public/*.css",
|
||||||
"example-config.yaml",
|
"example-config.yaml",
|
||||||
]},
|
]},
|
||||||
data_files=[
|
data_files=[
|
||||||
(".", ["alembic.ini"]),
|
(".", ["alembic.ini", "mautrix_telegram/example-config.yaml"]),
|
||||||
("alembic", ["alembic/env.py"]),
|
("alembic", ["alembic/env.py"]),
|
||||||
("alembic/versions", glob.glob("alembic/versions/*.py"))
|
("alembic/versions", glob.glob("alembic/versions/*.py"))
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user