Removed legacy "local" backend and pusher script

This commit is contained in:
Fabio Manganiello 2021-03-12 20:58:35 +01:00
parent adb472da7f
commit 6f224cbda9
8 changed files with 6 additions and 297 deletions

View file

@ -41,7 +41,6 @@ setup(
entry_points={
'console_scripts': [
'platypush=platypush:main',
'pusher=platypush.pusher:main',
'platydock=platypush.platydock:main',
],
},