diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-07 14:23:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-07 14:23:47 -0400 |
| commit | 3891b3da15bbff3f12d6fe08eb92b54e775714a5 (patch) | |
| tree | e0744d4ffe46f78bbf2eb12ace07e8136c7d521c /stsci.imagemanip/build.sh | |
| parent | 4a24bbbea2a4a50b5580b57d8f4ae858ae04dd32 (diff) | |
| download | astroconda-dev-3891b3da15bbff3f12d6fe08eb92b54e775714a5.tar.gz | |
Refactor namespace packages to avoid .egg creation (#195)
Diffstat (limited to 'stsci.imagemanip/build.sh')
| -rw-r--r-- | stsci.imagemanip/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stsci.imagemanip/build.sh b/stsci.imagemanip/build.sh index 6bd6081..b699425 100644 --- a/stsci.imagemanip/build.sh +++ b/stsci.imagemanip/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt |
