diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:08:54 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:08:54 -0400 |
| commit | bcbfc158cd431698092c7084af72f93adc77c9f0 (patch) | |
| tree | f1e35140c1dc5ecdb885899829cd4ca0c8525240 /opuscoords/meta.yaml | |
| parent | 82c2385192551d93d3160297db4f0df5f23d2671 (diff) | |
| download | astroconda-contrib-bcbfc158cd431698092c7084af72f93adc77c9f0.tar.gz | |
Initial commit of opuscoords
Diffstat (limited to 'opuscoords/meta.yaml')
| -rw-r--r-- | opuscoords/meta.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/opuscoords/meta.yaml b/opuscoords/meta.yaml new file mode 100644 index 0000000..be653d2 --- /dev/null +++ b/opuscoords/meta.yaml @@ -0,0 +1,24 @@ +about: + home: https://github.com/spacetelescope/opuscoords + license: BSD + summary: opuscoords +build: + number: '0' +package: + name: opuscoords + version: 1.0.2 +requirements: + build: + - recon + - setuptools + - numpy x.x + - python x.x + run: + - numpy x.x + - python x.x +source: + git_tag: 1.0.2 + git_url: https://github.com/spacetelescope/opuscoords.git +test: + imports: + - opuscoords |
