diff options
author | P. L. Lim <lim@stsci.edu> | 2017-02-27 15:45:56 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-27 15:45:56 -0500 |
commit | 002b2b1579228cb86278ff8110c27d1ec1921aac (patch) | |
tree | 073e3703f549fd6392666325125c69362366a97e /glue-ginga/build.sh | |
parent | 44fcda19c0865a0fc4beba963c9f231ba37258fe (diff) | |
download | astroconda-contrib-002b2b1579228cb86278ff8110c27d1ec1921aac.tar.gz |
Add glue-ginga package to the channel (#177)
* Add glue-ginga package to the channel
* Update build.sh
* Update bld.bat
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 |