From 6f5fc6199e4df6819a8fdffe98d84365734b0ada Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 1 Nov 2016 16:28:01 -0400 Subject: Update imexam -> 0.6.2 (#90) --- imexam/build.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'imexam/build.sh') 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 -- cgit