add main HPI executable

This commit is contained in:
Dima Gerasimov 2020-05-14 22:55:58 +01:00
parent abaca9effc
commit 3fa38fa7c5
3 changed files with 32 additions and 0 deletions

View file

@ -66,6 +66,7 @@ def main():
'dataclasses',
],
},
entry_points={'console_scripts': ['hpi=my.__main__:main']},
)