diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-01-06 20:05:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-06 20:05:39 -0500 |
commit | 0384d972748a2d398fd02be2b1a7c1936df4ef75 (patch) | |
tree | 33ccf749681b978e23ba041403e41feb61798856 /stwcs/build.sh | |
parent | 2b630be7f5431f4f48f232d53a5a9d9d923ec31d (diff) | |
download | astroconda-dev-0384d972748a2d398fd02be2b1a7c1936df4ef75.tar.gz |
stwcs: setuptools->pypi->d2to1+stsci.distutils!=winning (#83)
Diffstat (limited to 'stwcs/build.sh')
-rw-r--r-- | stwcs/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stwcs/build.sh b/stwcs/build.sh index 5a5aeeb..6152189 100644 --- a/stwcs/build.sh +++ b/stwcs/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=null.txt |