Handle morss-helper with setup.py
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-08 16:10:51 +01:00
parent fb643f5ef1
commit ef14567d87
3 changed files with 5 additions and 7 deletions

View File

@@ -32,5 +32,7 @@ setup(
('share/' + package_name + '/www', glob('www/*.*')),
],
entry_points = {
'console_scripts': [package_name + '=' + package_name + '.__main__:main']
})
'console_scripts': [package_name + '=' + package_name + '.__main__:main'],
},
scripts = ['morss-helper'],
)