summaryrefslogtreecommitdiff
path: root/web-ui/setup.py
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2017-07-24[pkg] modify setup.py info after forkKali Kaneko
2017-07-24pep8Kali Kaneko (leap communications)
2017-07-24[feature] allow to pass a static_folder to RootResourceKali Kaneko (leap communications)
in this way, I can pass the pixelated_www.__path__ directly.
2017-07-24[feature] package web-ui as a distributable python moduleKali Kaneko (leap communications)
in this way, we can generate wheels and pip-install it from pypi or other sources. we intend to use this for easing the shipping of the Pixelated UI in our packages/bundles. a separate debian package can also be easily generated form this artifact.