From 3891b3da15bbff3f12d6fe08eb92b54e775714a5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 7 May 2019 14:23:47 -0400 Subject: Refactor namespace packages to avoid .egg creation (#195) --- stsci.sphinxext/bld.bat | 4 +--- stsci.sphinxext/build.sh | 3 +-- stsci.sphinxext/meta.yaml | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) (limited to 'stsci.sphinxext') diff --git a/stsci.sphinxext/bld.bat b/stsci.sphinxext/bld.bat index 7fba400..6d5f099 100644 --- a/stsci.sphinxext/bld.bat +++ b/stsci.sphinxext/bld.bat @@ -1,3 +1 @@ - - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/stsci.sphinxext/build.sh b/stsci.sphinxext/build.sh index 6bd6081..b699425 100644 --- a/stsci.sphinxext/build.sh +++ b/stsci.sphinxext/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/stsci.sphinxext/meta.yaml b/stsci.sphinxext/meta.yaml index 7d1186b..4ddd8b0 100644 --- a/stsci.sphinxext/meta.yaml +++ b/stsci.sphinxext/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -12,7 +12,6 @@ about: build: number: {{ number }} - preserve_egg_dir: 'yes' package: name: {{ name }} -- cgit