summaryrefslogtreecommitdiff
path: root/imexam/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-11-01 16:28:01 -0400
committerGitHub <noreply@github.com>2016-11-01 16:28:01 -0400
commit6f5fc6199e4df6819a8fdffe98d84365734b0ada (patch)
treebb966badc0d54a415af7b9a4e9460fa7b3f0914d /imexam/build.sh
parenta81f18979188ba7b5a4c60be2fe0a48125e1212f (diff)
downloadastroconda-contrib-6f5fc6199e4df6819a8fdffe98d84365734b0ada.tar.gz
Update imexam -> 0.6.2 (#90)
Diffstat (limited to 'imexam/build.sh')
-rw-r--r--imexam/build.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/imexam/build.sh b/imexam/build.sh
index 70f3a36..5a5aeeb 100644
--- a/imexam/build.sh
+++ b/imexam/build.sh
@@ -1,7 +1 @@
-
-echo This d2to1 hack is deadly.
-pip install --no-deps --upgrade --force d2to1 || exit 1
-pip install --no-deps --upgrade --force astropy_helpers || exit 1
-sed -i -e 's|find-links|#find-links|g' setup.cfg
-sed -i -e 's|auto_use|#auto_use|g' setup.cfg
-python setup.py install || exit 1 \ No newline at end of file
+$PYTHON setup.py install