More scriptish name

This commit is contained in:
2020-04-02 16:41:14 +02:00
parent 1e88a5eab0
commit 99168f5715
3 changed files with 1 additions and 3 deletions

View File

@ -4,6 +4,6 @@ setup(
name='risotto',
version='0.1',
packages=['risotto' ],
scripts=['script/risotto_server.py'],
scripts=['script/risotto-server'],
package_dir={"": "src"},
)