diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-02-03 19:55:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 19:55:13 -0500 |
commit | 57f521266cdf6cd841bf1c2ccb3590c314229328 (patch) | |
tree | 9004aa99f9162bebe21b09bf52662658c3fef777 /acstools/build.sh | |
parent | fb3c457bc08cb62582ff55e63b746be3adb3c0c9 (diff) | |
download | astroconda-contrib-57f521266cdf6cd841bf1c2ccb3590c314229328.tar.gz |
acstools: do not build as egg (#691)
Diffstat (limited to 'acstools/build.sh')
-rw-r--r-- | acstools/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acstools/build.sh b/acstools/build.sh index 5a5aeeb..b699425 100644 --- a/acstools/build.sh +++ b/acstools/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |