diff options
Diffstat (limited to 'cube-tools/meta.yaml')
-rw-r--r-- | cube-tools/meta.yaml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/cube-tools/meta.yaml b/cube-tools/meta.yaml deleted file mode 100644 index 92ed5b9..0000000 --- a/cube-tools/meta.yaml +++ /dev/null @@ -1,34 +0,0 @@ - -{% set name = 'cube-tools' %} -{% set version = '0.0.1' %} -{% set number = '0' %} - -about: - home: https://github.com/spacetelescope/{{ name }} - license: BSD - summary: Data analysis package for cubes. -build: - number: {{ number }} -package: - name: cube-tools - version: {{ version }} -requirements: - build: - - glueviz - - specview - - pyqtgraph - - setuptools - - numpy x.x - - python x.x - run: - - glueviz - - specview - - pyqtgraph - - numpy x.x - - python x.x -source: - git_tag: {{ version }} - git_url: https://github.com/spacetelescope/{{ name }}.git -test: - imports: - - cube_tools |