diff options
Diffstat (limited to 'jdat_notebooks/meta.yaml')
-rw-r--r-- | jdat_notebooks/meta.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jdat_notebooks/meta.yaml b/jdat_notebooks/meta.yaml new file mode 100644 index 0000000..f374969 --- /dev/null +++ b/jdat_notebooks/meta.yaml @@ -0,0 +1,19 @@ +{% set name = 'jdat_notebooks' %} +{% set version = '0.1.0' %} +{% set number = '0' %} + +about: + home: https://github.com/spacetelscope/{{ name }} + license: BSD + summary: Collection of JWST Data Analysis Tools notebooks + +build: + number: {{ number }} + +package: + name: {{ name }} + version: {{ version }} + +source: + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git |