forked from platypush/platypush
Added platyvenv script to manage platypush instances from python virtual environments
This commit is contained in:
parent
eec20ee109
commit
c652d5647c
2 changed files with 237 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -49,6 +49,7 @@ setup(
|
|||
'platydock=platypush.platydock:main',
|
||||
],
|
||||
},
|
||||
scripts = ['bin/platyvenv'],
|
||||
# data_files = [
|
||||
# ('/etc/platypush', ['platypush/config.example.yaml'])
|
||||
# ],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue