chore: fixes after libretime_analyzer rename
This commit is contained in:
parent
62476de478
commit
02efadc3d0
10 changed files with 14 additions and 14 deletions
|
@ -17,10 +17,10 @@ setup(
|
|||
"Source Code": "https://github.com/libretime/libretime",
|
||||
},
|
||||
license="AGPLv3",
|
||||
packages=["airtime_analyzer"],
|
||||
packages=["libretime_analyzer"],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"libretime-analyzer=airtime_analyzer.cli:main",
|
||||
"libretime-analyzer=libretime_analyzer.cli:main",
|
||||
]
|
||||
},
|
||||
python_requires=">=3.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue