Added platyvenv script to manage platypush instances from python virtual environments

This commit is contained in:
Fabio Manganiello 2018-12-19 22:55:23 +01:00
parent eec20ee109
commit c652d5647c
2 changed files with 237 additions and 0 deletions

View file

@ -49,6 +49,7 @@ setup(
'platydock=platypush.platydock:main',
],
},
scripts = ['bin/platyvenv'],
# data_files = [
# ('/etc/platypush', ['platypush/config.example.yaml'])
# ],