diff options
author | Kali Kaneko <kali@leap.se> | 2017-07-25 11:40:11 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-25 11:40:29 -0400 |
commit | 91e4481c450eb7eb928debc1cb7fa59bdb63dd7b (patch) | |
tree | 8fd7e6e77b6df669c33d96b7edad6db3cbe14dfe /web-ui/Makefile | |
parent | e4f755309d4cf5cfb6b0bcc62ed73d6070956ab5 (diff) |
[pkg] packaging and path changes
- 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.
Diffstat (limited to 'web-ui/Makefile')
-rw-r--r-- | web-ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/Makefile b/web-ui/Makefile index 3ee83eb4..4633a769 100644 --- a/web-ui/Makefile +++ b/web-ui/Makefile @@ -36,7 +36,7 @@ pydist-clean: clean pydist-wheel: - cp -r dist/* pixelated_www/ + cp -r dist/* leap/pixelated_www/ python setup.py bdist_wheel |