add main HPI executable

This commit is contained in:
Dima Gerasimov 2020-05-14 22:55:58 +01:00 committed by karlicoss
parent 6235e6ffae
commit 647b6087dd
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']},
)