diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-31 17:11:59 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-31 17:11:59 -0400 |
commit | a177d0d8346e42a5d46b9aefe4c2bdc13298adc4 (patch) | |
tree | 9e6a6891fc0ac38476656f50a1b07dfe4bfd2af7 /recon | |
parent | 50b4b4cc88a97d24495f0cde918697f0d9b60ce2 (diff) | |
download | astroconda-contrib-a177d0d8346e42a5d46b9aefe4c2bdc13298adc4.tar.gz |
Refactor "recon" to "relic"
Diffstat (limited to 'recon')
-rw-r--r-- | recon/bld.bat | 2 | ||||
-rw-r--r-- | recon/build.sh | 1 | ||||
-rw-r--r-- | recon/meta.yaml | 23 |
3 files changed, 0 insertions, 26 deletions
diff --git a/recon/bld.bat b/recon/bld.bat deleted file mode 100644 index 2d6c912..0000000 --- a/recon/bld.bat +++ /dev/null @@ -1,2 +0,0 @@ -python setup.py install -if errorlevel 1 exit 1 diff --git a/recon/build.sh b/recon/build.sh deleted file mode 100644 index 5c61be1..0000000 --- a/recon/build.sh +++ /dev/null @@ -1 +0,0 @@ -python setup.py install || exit 1 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 |