diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-30 13:25:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:21 -0400 |
commit | 0f4a6a8a1320a23f2ffff4359251c4b4ba7de405 (patch) | |
tree | 626a4048f2bf0ca96dd5000296580144919a3d04 /recon/build.sh | |
parent | 7336d98b9b4e5f3c44890634e11247fe47bdc2de (diff) | |
download | astroconda-dev-0f4a6a8a1320a23f2ffff4359251c4b4ba7de405.tar.gz |
Initial commit
Diffstat (limited to 'recon/build.sh')
-rw-r--r-- | recon/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recon/build.sh b/recon/build.sh new file mode 100644 index 0000000..5c61be1 --- /dev/null +++ b/recon/build.sh @@ -0,0 +1 @@ +python setup.py install || exit 1 |