diff options
author | Marshall Perrin <mperrin@stsci.edu> | 2018-05-22 12:44:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-05-22 12:44:45 -0400 |
commit | 5bfb107c3800d95137d5c8117d897d4d1ff0bf72 (patch) | |
tree | 598bdb90bdf49bf90de42d201eed1a16c2fb125a /pysiaf/build.sh | |
parent | 3127a5268573b060a5566afe0f524f3791a2fc75 (diff) | |
download | astroconda-contrib-5bfb107c3800d95137d5c8117d897d4d1ff0bf72.tar.gz |
add pysiaf recipe (#352)
* add pysiaf astroconda setup files
* Minor touchups
* Use `-` in "test/imports" list
* Remove `python-dateutil` provided by `matplotlib`
Diffstat (limited to 'pysiaf/build.sh')
-rw-r--r-- | pysiaf/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pysiaf/build.sh b/pysiaf/build.sh new file mode 100644 index 0000000..56f0b30 --- /dev/null +++ b/pysiaf/build.sh @@ -0,0 +1,2 @@ + +$PYTHON setup.py install
\ No newline at end of file |