Plug module and submodules

This commit is contained in:
2020-03-26 16:25:02 +01:00
parent 93b61176d8
commit e472282a33
4 changed files with 25 additions and 13 deletions

View File

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