diff options
Diffstat (limited to 'jwst_lib/meta.yaml')
-rw-r--r-- | jwst_lib/meta.yaml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/jwst_lib/meta.yaml b/jwst_lib/meta.yaml deleted file mode 100644 index c0bb0c5..0000000 --- a/jwst_lib/meta.yaml +++ /dev/null @@ -1,33 +0,0 @@ -about: - home: ssh://git@bitbucket.org/stsci_ssb/jwst.git - license: BSD - summary: jwst_lib -build: - number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' - preserve_egg_dir: 'True' -package: - name: jwst_lib - version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}' -requirements: - build: - - d2to1 - - asdf-standard - - astropy >=1.1 - - crds - - asdf - - stsci.distutils - - numpy - - setuptools - - python x.x - run: - - asdf-standard - - astropy >=1.1 - - crds - - asdf - - numpy - - python x.x -source: - git_url: ssh://git@bitbucket.org/stsci_ssb/jwst.git -test: - imports: - - jwst_lib |