Rename python apps entrypoints
BREAKING: Remove old entrypoints using sudo rm -f \ /usr/{bin,local/bin}/airtime-liquidsoap \ /usr/{bin,local/bin}/airtime-playout \ /usr/{bin,local/bin}/pyponotify
This commit is contained in:
parent
bde2f2d494
commit
8be1366bef
12 changed files with 23 additions and 23 deletions
|
@ -25,9 +25,9 @@ setup(
|
|||
],
|
||||
package_data={"": ["**/*.liq", "*.cfg", "*.types"]},
|
||||
scripts=[
|
||||
"bin/airtime-playout",
|
||||
"bin/airtime-liquidsoap",
|
||||
"bin/pyponotify",
|
||||
"bin/libretime-playout",
|
||||
"bin/libretime-liquidsoap",
|
||||
"bin/libretime-playout-notify",
|
||||
],
|
||||
python_requires=">=3.6",
|
||||
install_requires=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue