diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-31 17:11:59 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:25 -0400 |
commit | 5f453be58768269c3a18e4cf9f50f0e2a7a035d2 (patch) | |
tree | 9e6a6891fc0ac38476656f50a1b07dfe4bfd2af7 /recon/meta.yaml | |
parent | e45a76bac322aa2140a9b5b5db291b6517d03d28 (diff) | |
download | astroconda-dev-5f453be58768269c3a18e4cf9f50f0e2a7a035d2.tar.gz |
Refactor "recon" to "relic"
Diffstat (limited to 'recon/meta.yaml')
-rw-r--r-- | recon/meta.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recon/meta.yaml b/recon/meta.yaml deleted file mode 100644 index 515002d..0000000 --- a/recon/meta.yaml +++ /dev/null @@ -1,23 +0,0 @@ -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 |