From 112fa3d27bc6f89a02321cb80d219de149e00df8 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Fri, 25 Nov 2022 15:33:29 -0800 Subject: [PATCH] Add main entry point to `console_scripts` --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) 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"