diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-07 15:35:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-07 15:35:22 -0400 |
commit | 9b62087aa22c62826a242ce162b2fd60fe1372d3 (patch) | |
tree | 020b4557bc4e13b64128f8ce3eb120a7e9bd09b7 | |
parent | fd81c1120f046ff37ea3ba00d81f7a3859a1e2c0 (diff) | |
download | astroconda-contrib-9b62087aa22c62826a242ce162b2fd60fe1372d3.tar.gz |
parsley: truncate README (#224)
-rw-r--r-- | parsley/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parsley/build.sh b/parsley/build.sh index 4b71885..26f5f99 100644 --- a/parsley/build.sh +++ b/parsley/build.sh @@ -1,2 +1,2 @@ - -python setup.py install || exit 1
\ No newline at end of file +echo > README +python setup.py install |