diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-07 14:56:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 14:56:49 -0500 |
commit | a13bd9ea702bb659a1266d93d28ff63a6839fe89 (patch) | |
tree | beb8e421ed8e5e64fd92079da3b8b85fe8573a04 /glue-ginga/build.sh | |
parent | c8495059d41572180372e2e339405abcc349f785 (diff) | |
download | astroconda-dev-a13bd9ea702bb659a1266d93d28ff63a6839fe89.tar.gz |
Backport from contrib (#86)
Diffstat (limited to 'glue-ginga/build.sh')
-rw-r--r-- | glue-ginga/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glue-ginga/build.sh b/glue-ginga/build.sh new file mode 100644 index 0000000..2038de1 --- /dev/null +++ b/glue-ginga/build.sh @@ -0,0 +1,2 @@ +echo > README.rst +$PYTHON setup.py install || exit 1 |