From b8d8af25e2dc595a10351a0b920afa75ac24f619 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 21 Jan 2021 01:04:01 -0500 Subject: MNT: Remove ccdproc, use conda-forge (#648) --- ccdproc/build.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 ccdproc/build.sh (limited to 'ccdproc/build.sh') diff --git a/ccdproc/build.sh b/ccdproc/build.sh deleted file mode 100644 index 6cf48e5..0000000 --- a/ccdproc/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -curl https://raw.githubusercontent.com/astropy/astropy-helpers/master/ah_bootstrap.py > ah_bootstrap.py -$PYTHON setup.py install -- cgit