From 5bfb107c3800d95137d5c8117d897d4d1ff0bf72 Mon Sep 17 00:00:00 2001 From: Marshall Perrin Date: Tue, 22 May 2018 12:44:45 -0400 Subject: add pysiaf recipe (#352) * add pysiaf astroconda setup files * Minor touchups * Use `-` in "test/imports" list * Remove `python-dateutil` provided by `matplotlib` --- pysiaf/build.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pysiaf/build.sh (limited to 'pysiaf/build.sh') 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 -- cgit