fix(analyzer): install missing steps package
This commit is contained in:
parent
aa2d1ff4c7
commit
522d989cab
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue