From 3f0e68404b5c039a774b8e703211efd650cfb39e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 19 May 2016 17:04:43 -0400 Subject: Initial commit of sphere --- sphere/build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 sphere/build.sh (limited to 'sphere/build.sh') diff --git a/sphere/build.sh b/sphere/build.sh new file mode 100644 index 0000000..762d43b --- /dev/null +++ b/sphere/build.sh @@ -0,0 +1 @@ +python setup.py install -- cgit