forked from platypush/platypush
Fixed procedure execution code
This commit is contained in:
parent
6b58c96ebe
commit
a476de81a8
6 changed files with 25 additions and 22 deletions
4
setup.py
4
setup.py
|
@ -43,8 +43,8 @@ setup(
|
|||
packages = find_packages(),
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
'platypush=platypush.__main__',
|
||||
'pusher=platypush.pusher.__main__',
|
||||
'platypush=platypush:main',
|
||||
'pusher=platypush.pusher:main',
|
||||
],
|
||||
},
|
||||
data_files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue