adds entry point to setup.py

This commit is contained in:
Fabien LOISON 2018-01-15 16:23:07 +01:00
parent 3621496979
commit 77619be3ac
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 5 additions and 0 deletions

View File

@ -34,4 +34,9 @@ setup(
"pyguetzli>=1.0.0",
"zopflipy>=1.0"
],
entry_points={
"console_scripts": [
"yoga = yoga.__main__:main"
]},
)