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=[