summaryrefslogtreecommitdiff
path: root/mechanize/build.sh
diff options
context:
space:
mode:
authorJoseph Curtin <jcurtin@stsci.edu>2020-02-13 08:39:42 -0500
committerJoseph Curtin <jcurtin@stsci.edu>2020-02-13 08:39:42 -0500
commit666e96a251db43fa77687f377777b5c230aef764 (patch)
tree69af994d85bd17c6296785ffcaa572a97658d160 /mechanize/build.sh
parent0476ff13d95651a4e4ddc96319083b793ffd275c (diff)
downloadastroconda-etc-666e96a251db43fa77687f377777b5c230aef764.tar.gz
mechanize was likly removed with the python3 upgrade
Diffstat (limited to 'mechanize/build.sh')
-rw-r--r--mechanize/build.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/mechanize/build.sh b/mechanize/build.sh
deleted file mode 100644
index 3f50b74..0000000
--- a/mechanize/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.