diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-09 09:24:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 09:24:23 -0400 |
commit | c6d57ad96e0a7e2d6911e645319e04c404c3041e (patch) | |
tree | 217899fe791bb7116252450d2a7677a1579b0641 /pysiaf/build.sh | |
parent | a19762a9bd994e3acf070e9af13d261eebc86213 (diff) | |
download | astroconda-dev-c6d57ad96e0a7e2d6911e645319e04c404c3041e.tar.gz |
Add pysiaf (#153)
* add pysiaf recipe (#352)
* add pysiaf astroconda setup files
* Minor touchups
* Use `-` in "test/imports" list
* Remove `python-dateutil` provided by `matplotlib`
* pysiaf: Add missing build number field (#355)
* pysiaf: convert to dev-style
Diffstat (limited to 'pysiaf/build.sh')
-rw-r--r-- | pysiaf/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysiaf/build.sh b/pysiaf/build.sh new file mode 100644 index 0000000..5a5aeeb --- /dev/null +++ b/pysiaf/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install |