diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-01-21 07:14:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 07:14:35 -0500 |
commit | fb3c457bc08cb62582ff55e63b746be3adb3c0c9 (patch) | |
tree | 8f0c58032b988381984632d4da28ba3d27217da2 /pysiaf/build.sh | |
parent | 0a2b0de38359f35926419cebacd58829927d26e1 (diff) | |
download | astroconda-contrib-fb3c457bc08cb62582ff55e63b746be3adb3c0c9.tar.gz |
pysiaf: stop building as egg (#690)
Diffstat (limited to 'pysiaf/build.sh')
-rw-r--r-- | pysiaf/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pysiaf/build.sh b/pysiaf/build.sh index 56f0b30..b699425 100644 --- a/pysiaf/build.sh +++ b/pysiaf/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install
\ No newline at end of file +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |