summaryrefslogtreecommitdiff
path: root/stsci.stimage
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-05-07 14:23:47 -0400
committerGitHub <noreply@github.com>2019-05-07 14:23:47 -0400
commit3891b3da15bbff3f12d6fe08eb92b54e775714a5 (patch)
treee0744d4ffe46f78bbf2eb12ace07e8136c7d521c /stsci.stimage
parent4a24bbbea2a4a50b5580b57d8f4ae858ae04dd32 (diff)
downloadastroconda-dev-3891b3da15bbff3f12d6fe08eb92b54e775714a5.tar.gz
Refactor namespace packages to avoid .egg creation (#195)
Diffstat (limited to 'stsci.stimage')
-rw-r--r--stsci.stimage/bld.bat4
-rw-r--r--stsci.stimage/build.sh3
-rw-r--r--stsci.stimage/meta.yaml3
3 files changed, 3 insertions, 7 deletions
diff --git a/stsci.stimage/bld.bat b/stsci.stimage/bld.bat
index 7fba400..6d5f099 100644
--- a/stsci.stimage/bld.bat
+++ b/stsci.stimage/bld.bat
@@ -1,3 +1 @@
-
-
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.stimage/build.sh b/stsci.stimage/build.sh
index 6bd6081..b699425 100644
--- a/stsci.stimage/build.sh
+++ b/stsci.stimage/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=root.txt
diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml
index 8530261..b5070dd 100644
--- a/stsci.stimage/meta.yaml
+++ b/stsci.stimage/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -12,7 +12,6 @@ about:
build:
number: {{ number }}
- preserve_egg_dir: 'yes'
package:
name: {{ name }}