diff options
-rw-r--r-- | stsci.skypac/stsci.skypac.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/stsci.skypac/stsci.skypac.ini b/stsci.skypac/stsci.skypac.ini index 298d9d3..0e4dff7 100644 --- a/stsci.skypac/stsci.skypac.ini +++ b/stsci.skypac/stsci.skypac.ini @@ -20,15 +20,19 @@ preserve_egg_dir: yes [requirements] build : astropy >=1.1 - stsci.distutils + stsci.distutils + stsci.imagestats stsci.sphere stsci.tools + stwcs setuptools python run : astropy >=1.1 + stsci.imagestats stsci.sphere stsci.tools + stwcs python [test] @@ -69,7 +73,7 @@ linux : python setup.py install || exit 1 windows : - python setup.py install + python setup.py install 2to3 -w . - if errorlevel 1 exit 1 + if errorlevel 1 exit 1 |