From 3b51cabe9c2a9b763bbd8d7f5fe1f8e28a3eb5e8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 17 Oct 2016 16:36:56 -0400 Subject: Initial commit; OOB packages --- traceback2/build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 traceback2/build.sh (limited to 'traceback2/build.sh') diff --git a/traceback2/build.sh b/traceback2/build.sh new file mode 100644 index 0000000..3f50b74 --- /dev/null +++ b/traceback2/build.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +$PYTHON setup.py install + +# Add more build steps here, if they are necessary. + +# See +# http://docs.continuum.io/conda/build.html +# for a list of environment variables that are set during the build process. -- cgit