From 1d28d9af782425caad8eeff08794573a72d3f5f2 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 18 Jul 2016 15:33:27 -0400 Subject: Initial commit of specutils (#40) * Initial commit of specutils * Bump tag to 0.2.1 --- specutils/build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 specutils/build.sh (limited to 'specutils/build.sh') diff --git a/specutils/build.sh b/specutils/build.sh new file mode 100644 index 0000000..5a5aeeb --- /dev/null +++ b/specutils/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install -- cgit