diff options
Diffstat (limited to 'stsci-data-analysis')
-rw-r--r-- | stsci-data-analysis/bld.bat | 2 | ||||
-rw-r--r-- | stsci-data-analysis/build.sh | 2 | ||||
-rw-r--r-- | stsci-data-analysis/meta.yaml | 24 |
3 files changed, 0 insertions, 28 deletions
diff --git a/stsci-data-analysis/bld.bat b/stsci-data-analysis/bld.bat deleted file mode 100644 index 3aee3d8..0000000 --- a/stsci-data-analysis/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ - -echo "meta-package"
\ No newline at end of file diff --git a/stsci-data-analysis/build.sh b/stsci-data-analysis/build.sh deleted file mode 100644 index 3aee3d8..0000000 --- a/stsci-data-analysis/build.sh +++ /dev/null @@ -1,2 +0,0 @@ - -echo "meta-package"
\ No newline at end of file diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml deleted file mode 100644 index a84b85d..0000000 --- a/stsci-data-analysis/meta.yaml +++ /dev/null @@ -1,24 +0,0 @@ -{% set name = 'stsci-data-analysis' %} -{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} -{% set number = '0' %} - -about: - home: http://stsci.edu - license: BSD - summary: stsci-data-analysis meta-package -build: - number: {{ number }} -package: - name: {{ name }} - version: {{ version }} -requirements: - run: - - astropy >=1.1 - - specview - - astroimtools - - cube-tools - - stginga - - asv - - asdf - - numpy x.x - - python x.x |