From a00e87972888755de7f420d4e7ff1a8e9582a8a7 Mon Sep 17 00:00:00 2001 From: Karl Gordon Date: Sat, 9 Mar 2019 23:14:50 -0500 Subject: Adding in info for dust_extinction package (#476) * Adding in info for dust_extinction package * Updating based on PR comments * Checkout "v"-prefixed tag * win32: Externally managed * nix: Externally managed --- dust_extinction/build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 dust_extinction/build.sh (limited to 'dust_extinction/build.sh') diff --git a/dust_extinction/build.sh b/dust_extinction/build.sh new file mode 100644 index 0000000..b699425 --- /dev/null +++ b/dust_extinction/build.sh @@ -0,0 +1 @@ +$PYTHON setup.py install --single-version-externally-managed --record=root.txt -- cgit