diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-30 13:25:01 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-30 13:25:01 -0400 |
commit | 84432a89cb58f32fc05f2e3d684d2a3cf85c7414 (patch) | |
tree | 626a4048f2bf0ca96dd5000296580144919a3d04 /recon/meta.yaml | |
parent | 189b072b6b888977db7f19fd0fb9a4c83da2d71c (diff) | |
download | astroconda-contrib-84432a89cb58f32fc05f2e3d684d2a3cf85c7414.tar.gz |
Initial commitrelease_1.0.0
Diffstat (limited to 'recon/meta.yaml')
-rw-r--r-- | recon/meta.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recon/meta.yaml b/recon/meta.yaml new file mode 100644 index 0000000..515002d --- /dev/null +++ b/recon/meta.yaml @@ -0,0 +1,23 @@ +about: + home: http://github.com/jhunkeler/recon + license: BSD + summary: Release control for git +build: + number: '0' +package: + name: recon + version: '1.0.2' +requirements: + build: + - setuptools + - python x.x + run: + - python x.x +source: + git_url: https://github.com/jhunkeler/recon.git + git_tag: '1.0.2' +test: + imports: + - recon + - recon.release + - recon.git |