diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-20 22:44:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 22:44:51 -0400 |
commit | 8b9c6b59e2bb44062de99efc4f29679e19519206 (patch) | |
tree | 3fed73b106c0888179db75c01fecb5c606403e48 /astroquery/bld.bat | |
parent | ce101ef888bd96a35731976915b21027133492f6 (diff) | |
download | astroconda-dev-8b9c6b59e2bb44062de99efc4f29679e19519206.tar.gz |
Initial commit; astroquery (#59)
* Initial commit; astroquery
* Only install secretstorage on linux
Diffstat (limited to 'astroquery/bld.bat')
-rw-r--r-- | astroquery/bld.bat | 2 |
1 files changed, 2 insertions, 0 deletions
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 |