diff options
Diffstat (limited to 'ext_shmht/meta.yaml')
-rw-r--r-- | ext_shmht/meta.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ext_shmht/meta.yaml b/ext_shmht/meta.yaml new file mode 100644 index 0000000..3c42c27 --- /dev/null +++ b/ext_shmht/meta.yaml @@ -0,0 +1,21 @@ +about: + home: https://github.com/stsci-ssb/ext_shmht + license: BSD + summary: ext_shmht +build: + number: '0' +package: + name: ext_shmht + version: '0.1' +requirements: + build: + - setuptools + - python x.x + run: + - six + - python x.x +source: + git_url: https://github.com/stsci-ssb/ext_shmht +test: + imports: + - ext_shmht |