From 641398bde8afe648db63d734a5629efa7c770b8e Mon Sep 17 00:00:00 2001 From: Matthias Bilger Date: Fri, 27 Sep 2019 22:17:03 +0200 Subject: [PATCH] updated entrypoint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cc6cc8..7640bf9 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( packages=find_packages(), entry_points = { 'console_scripts': [ - 'infomentor=infomentor:main', + 'infomentor=infomentor.__main__:main', ], }, install_requires=[