diff options
Diffstat (limited to 'yolk/build.sh')
-rw-r--r-- | yolk/build.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/yolk/build.sh b/yolk/build.sh deleted file mode 100644 index 3f50b74..0000000 --- a/yolk/build.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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. |