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:
jo 2021-10-03 15:18:00 +02:00
parent bde2f2d494
commit 8be1366bef
12 changed files with 23 additions and 23 deletions

View file

@ -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=[