From 25e728fa805fb4f0ce3bcb44e53c4f926f26e110 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 23 May 2016 17:19:35 -0400 Subject: Reintroducing astropy recipe --- astropy/bld.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 astropy/bld.bat (limited to 'astropy/bld.bat') diff --git a/astropy/bld.bat b/astropy/bld.bat new file mode 100644 index 0000000..c50c85a --- /dev/null +++ b/astropy/bld.bat @@ -0,0 +1,3 @@ + +python setup.py install --offline +if errorlevel 1 exit 1 \ No newline at end of file -- cgit