diff options
Diffstat (limited to 'stwcs/meta.yaml')
-rw-r--r-- | stwcs/meta.yaml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 7140dc0..e26589c 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -5,30 +5,35 @@ {% set number = '0' %} about: - home: https://github.com/spacetelescope/stwcs + home: https://github.com/spacetelescope/{{name}} license: BSD - summary: stwcs + summary: | + WCS based distortion models and coordinate transformation + build: - number: {{ number }} + number: {{number}} + package: - name: {{ name }} - version: {{ version }} + name: {{name}} + version: {{version}} + requirements: build: - d2to1 - - stsci.distutils - - astropy + - astropy >=1.1 - stsci.tools - setuptools - numpy x.x - python x.x run: - - astropy + - astropy >=1.1 - stsci.tools - numpy x.x - python x.x + source: - git_url: https://github.com/spacetelescope/stwcs + git_url: https://github.com/spacetelescope/{{name}}.git + test: imports: - stwcs |