From b8ecf99cfa9722ebed5e685286c9681f58a53b0f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 13 Jan 2017 12:50:01 -0500 Subject: Initial commit of jwxml (#18) --- jwxml/build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 jwxml/build.sh (limited to 'jwxml/build.sh') diff --git a/jwxml/build.sh b/jwxml/build.sh new file mode 100644 index 0000000..535529d --- /dev/null +++ b/jwxml/build.sh @@ -0,0 +1,2 @@ + +python setup.py install || exit 1 -- cgit