chore: fixes after libretime_liquidsoap rename

This commit is contained in:
jo 2021-12-24 00:30:40 +01:00 committed by Kyle Robbertze
parent 4be0210026
commit 61a1abce0d
2 changed files with 4 additions and 4 deletions

View file

@ -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",
]
},