fix(analyzer): install missing steps package

This commit is contained in:
jo 2022-01-18 18:38:47 +01:00 committed by Kyle Robbertze
parent aa2d1ff4c7
commit 522d989cab
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@ setup(
"Source Code": "https://github.com/libretime/libretime", "Source Code": "https://github.com/libretime/libretime",
}, },
license="AGPLv3", license="AGPLv3",
packages=["libretime_analyzer"], packages=[
"libretime_analyzer",
"libretime_analyzer.steps",
],
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [
"libretime-analyzer=libretime_analyzer.main:cli", "libretime-analyzer=libretime_analyzer.main:cli",