diff --git a/setup.py b/setup.py index 3a625c6..ae83b03 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,11 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", ], + entry_points={ + 'console_scripts': [ + 'mautrix-googlechat=mautrix_googlechat.__main__:main', + ] + }, package_data={"mautrix_googlechat": [ "web/static/*.png", "web/static/*.css", "web/static/*.html", "web/static/*.js", "example-config.yaml"