Skip to content

Commit 27ff712

Browse files
committed
Added client script
1 parent 32dd906 commit 27ff712

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838
entry_points={
3939
'console_scripts': [
40-
'mrmat-python-api-flask = mrmat_python_api_flask.cli:main'
40+
'mrmat-python-api-flask = mrmat_python_api_flask.cli:main',
41+
'mrmat-python-api-flask-client = mrmat_python_api_flask.client:main'
4142
]
4243
}
4344
)

0 commit comments

Comments
 (0)