From 7514c1905357b1b3bdbcfb813b6f2f5aff1a10ae Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 6 Sep 2016 10:22:51 -0400 Subject: [pkg] fix pydist-dev --- www/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/www/Makefile b/www/Makefile index 5075a07..53ba4ce 100644 --- a/www/Makefile +++ b/www/Makefile @@ -9,12 +9,14 @@ clean: rm -rf public rm -rf node_modules -pydist: pydist-clean build +py-pkg: touch leap/bitmask_www/__init__.py cp -r public/ leap/bitmask_www + +pydist: pydist-clean build py-pkg python setup.py bdist_wheel -pydist-dev: +pydist-dev: pydist-clean build py-pkg pip install -e . pydist-clean: -- cgit v1.2.3