diff options
Diffstat (limited to 'ext_shmht/meta.yaml')
-rw-r--r-- | ext_shmht/meta.yaml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/ext_shmht/meta.yaml b/ext_shmht/meta.yaml deleted file mode 100644 index 07ae0b8..0000000 --- a/ext_shmht/meta.yaml +++ /dev/null @@ -1,30 +0,0 @@ -{% set name = 'ext_shmht' %} -{% set version = '0.1' %} -{% set number = '0' %} - -about: - home: https://github.com/stsci-ssb/{{ name }} - license: BSD - summary: Shared memory extension - -build: - number: {{ number }} - -package: - name: {{ name }} - version: {{ version }} - -requirements: - build: - - setuptools - - python x.x - run: - - six - - python x.x - -source: - git_url: https://github.com/stsci-ssb/{{ name }}.git - -test: - imports: - - ext_shmht |