From 8b9c6b59e2bb44062de99efc4f29679e19519206 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 20 Sep 2017 22:44:51 -0400 Subject: Initial commit; astroquery (#59) * Initial commit; astroquery * Only install secretstorage on linux --- astroquery/bld.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 astroquery/bld.bat (limited to 'astroquery/bld.bat') diff --git a/astroquery/bld.bat b/astroquery/bld.bat new file mode 100644 index 0000000..85a7bc3 --- /dev/null +++ b/astroquery/bld.bat @@ -0,0 +1,2 @@ +%PYTHON% setup.py install +if errorlevel 1 exit 1 -- cgit