{% set name = 'astroimtools' %} {% set version = '0.1.1' %} {% set tag = 'v' + version %} {% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} license: BSD summary: Astronomical Image Tools build: number: {{ number }} package: name: {{ name }} version: {{ version }} requirements: build: - astropy >=1.1 - cython - matplotlib - setuptools - numpy - python x.x run: - astropy >=1.1 - cython - matplotlib - numpy - python x.x source: git_tag: {{ tag }} git_url: https://github.com/spacetelescope/{{ name }} test: commands: - imarith --help - imstats --help imports: - astroimtools