Skip to content

Commit

Permalink
Update things in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 18, 2020
1 parent ac56ee1 commit a565853
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,15 @@
"Framework :: AsyncIO",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
entry_points="""
[console_scripts]
mautrix-telegram=mautrix_telegram.__main__:main
""",
package_data={"mautrix_telegram": [
"web/public/*.mako", "web/public/*.png", "web/public/*.css",
"example-config.yaml",
]},
data_files=[
(".", ["alembic.ini"]),
(".", ["alembic.ini", "mautrix_telegram/example-config.yaml"]),
("alembic", ["alembic/env.py"]),
("alembic/versions", glob.glob("alembic/versions/*.py"))
],
Expand Down

0 comments on commit a565853

Please sign in to comment.