chore: fixes after libretime_liquidsoap rename
This commit is contained in:
parent
4be0210026
commit
61a1abce0d
2 changed files with 4 additions and 4 deletions
|
@ -22,13 +22,13 @@ setup(
|
|||
packages=[
|
||||
"pypo",
|
||||
"pypo.notify",
|
||||
"liquidsoap",
|
||||
"libretime_liquidsoap",
|
||||
],
|
||||
package_data={"": ["**/*.liq", "*.cfg", "*.types"]},
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"libretime-playout=pypo.main:run",
|
||||
"libretime-liquidsoap=liquidsoap.main:run",
|
||||
"libretime-liquidsoap=libretime_liquidsoap.main:run",
|
||||
"libretime-playout-notify=pypo.notify.main:run",
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue