diff options
Diffstat (limited to 'stsci.ndimage')
| -rw-r--r-- | stsci.ndimage/bld.bat | 2 | ||||
| -rw-r--r-- | stsci.ndimage/build.sh | 2 | ||||
| -rw-r--r-- | stsci.ndimage/meta.yaml | 3 | 
3 files changed, 3 insertions, 4 deletions
| diff --git a/stsci.ndimage/bld.bat b/stsci.ndimage/bld.bat index 39b5e1f..6d5f099 100644 --- a/stsci.ndimage/bld.bat +++ b/stsci.ndimage/bld.bat @@ -1 +1 @@ -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/stsci.ndimage/build.sh b/stsci.ndimage/build.sh index 5a5aeeb..b699425 100644 --- a/stsci.ndimage/build.sh +++ b/stsci.ndimage/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index 10e98bd..c8ca0d3 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'stsci.ndimage' %}  {% set version = '0.10.1' %} -{% set number = '2' %} +{% set number = '3' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -11,7 +11,6 @@ about:  build:      number: {{ number }} -    preserve_egg_dir: 'yes'  package:      name: {{ name }} | 
