Closed snare closed 8 years ago
Cos MANIFEST.in totally works properly
Web templates are not installed properly in #82
The workaround
python2 ./setup.py develop
cp ./voltron/web/templates/index.html /usr/lib64/python2.7/site-packages/voltron/web/templates/
cp ./voltron/web/static/js/bundle.js /usr/lib64/python2.7/site-packages/voltron/web/static/js/
works for me, thanks
Moved the web UI to voltron-web, and fixed the static content installation
Currently got init.py files everywhere to make sure it gets installed, do it properly with setup.py