diff options
-rw-r--r-- | stsci/stsci.ini | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/stsci/stsci.ini b/stsci/stsci.ini index 7573109..f4acf5c 100644 --- a/stsci/stsci.ini +++ b/stsci/stsci.ini @@ -1,6 +1,6 @@ [package] name : stsci -version : 1.6 +version : 1.7 [about] home : http://stsci.edu @@ -12,19 +12,24 @@ summary : ${package:name} meta-package #url : ${about:home}/${fn} [build] -number : 0 +number : 1 [requirements] build : ${requirements:run} run : - #STScI Python (aka HST) #This will pull in major packages (including crds) - stsci-hst + #In the future, this package will only provide only + #consolidated meta-packages... Slowly but surely! + + + #STScI Python (aka HST) + stsci-hst [py27 or py3k] + + #STScI Data Analysis tools + stsci-data-analysis [py27 or py3k] #STScI - asdf-standard [py3k] - asdf-standard [py27] astropy [py3k] astropy [py27] cfitsio @@ -42,8 +47,6 @@ run : poppy [py27] purge_path [py3k] purge_path [py27] - pyasdf [py3k] - pyasdf [py27] pyfftw [py3k] pyfftw [py27] webbpsf [py3k] |