diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2018-12-14 15:26:46 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-14 15:26:46 -0500 |
commit | 16508568548458763cb34b9f912beb877860a2f5 (patch) | |
tree | 3de3b189d88000409ce3ab7830c6e7cd30fb539f /cubeviz/build.sh | |
parent | 34ff0bd19a38d784b4e164927a439febfc86f960 (diff) | |
download | astroconda-contrib-16508568548458763cb34b9f912beb877860a2f5.tar.gz |
Update cubeviz to 0.2.1 (#441)
* Update cubeviz to 0.2.1
* cubeviz: Change tag resolution method (again)
* cubeviz: update requirements
* cubeviz: no egg
Diffstat (limited to 'cubeviz/build.sh')
-rw-r--r-- | cubeviz/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cubeviz/build.sh b/cubeviz/build.sh index 582ae83..7dc7def 100644 --- a/cubeviz/build.sh +++ b/cubeviz/build.sh @@ -9,4 +9,4 @@ do mv "${f}.new" "${f}" done -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |