diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-31 17:11:59 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:25 -0400 |
commit | 5f453be58768269c3a18e4cf9f50f0e2a7a035d2 (patch) | |
tree | 9e6a6891fc0ac38476656f50a1b07dfe4bfd2af7 /recon/build.sh | |
parent | e45a76bac322aa2140a9b5b5db291b6517d03d28 (diff) | |
download | astroconda-dev-5f453be58768269c3a18e4cf9f50f0e2a7a035d2.tar.gz |
Refactor "recon" to "relic"
Diffstat (limited to 'recon/build.sh')
-rw-r--r-- | recon/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recon/build.sh b/recon/build.sh deleted file mode 100644 index 5c61be1..0000000 --- a/recon/build.sh +++ /dev/null @@ -1 +0,0 @@ -python setup.py install || exit 1 |