From 34308129ce3330bf18b65464026e854bc9499956 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 20:44:29 -0500 Subject: Remove unused packages --- jwst_lib/build.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 jwst_lib/build.sh (limited to 'jwst_lib/build.sh') diff --git a/jwst_lib/build.sh b/jwst_lib/build.sh deleted file mode 100644 index ced0780..0000000 --- a/jwst_lib/build.sh +++ /dev/null @@ -1,6 +0,0 @@ - -pip install --no-deps --force --upgrade d2to1 -for d in jwst_lib/* -do -( cd $d && python setup.py install || exit 1 ) -done \ No newline at end of file -- cgit