diff options
Diffstat (limited to 'astrolib.coords/meta.yaml')
-rw-r--r-- | astrolib.coords/meta.yaml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml deleted file mode 100644 index e489d5e..0000000 --- a/astrolib.coords/meta.yaml +++ /dev/null @@ -1,36 +0,0 @@ -{% set name = 'astrolib.coords' %} -{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") - +".dev" - +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '1' %} - -about: - home: https://github.com/spacetelescope/{{ name }} - license: BSD - summary: astrolib.coords - -build: - number: {{ number }} - -package: - name: {{ name }} - version: {{ version }} - -requirements: - build: - - d2to1 - - stsci.distutils - - setuptools - - numpy - - python x.x - - run: - - numpy - - python x.x - -source: - git_url: https://github.com/spacetelescope/{{ name }}.git - -test: - imports: - - astrolib.coords |