From d9cc5da3b2a6a0825c5489417e2e71ad916234c5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 20 Sep 2017 22:44:51 -0400 Subject: Initial commit; astroquery (#59) * Initial commit; astroquery * Only install secretstorage on linux --- astroquery/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astroquery/build.sh') diff --git a/astroquery/build.sh b/astroquery/build.sh index 141155c..5a5aeeb 100644 --- a/astroquery/build.sh +++ b/astroquery/build.sh @@ -1 +1 @@ -python setup.py install --offline --no-git +$PYTHON setup.py install -- cgit