updated entrypoint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-09-27 22:17:03 +02:00
parent f19c6a3da1
commit 641398bde8

View File

@@ -10,7 +10,7 @@ setup(
packages=find_packages(),
entry_points = {
'console_scripts': [
'infomentor=infomentor:main',
'infomentor=infomentor.__main__:main',
],
},
install_requires=[