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/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'stsci.sphinxext/build.sh') 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 -- cgit