From 91e4481c450eb7eb928debc1cb7fa59bdb63dd7b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 25 Jul 2017 11:40:11 -0400 Subject: [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. --- web-ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/Makefile') 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 -- cgit v1.2.3