diff options
Diffstat (limited to 'nictools')
-rw-r--r-- | nictools/meta.yaml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/nictools/meta.yaml b/nictools/meta.yaml index 188738d..8d7028a 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -2,16 +2,19 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %} about: - home: https://github.com/spacetelescope/nictools + home: https://github.com/spacetelescope/{{ name }} summary: nictools + build: number: {{ number }} + package: name: {{ name }} version: {{ version }} + requirements: build: - d2to1 @@ -20,16 +23,19 @@ requirements: - scipy - stsci.tools - setuptools - - numpy x.x + - numpy - python x.x + run: - astropy - scipy - stsci.tools - - numpy x.x + - numpy - python x.x + source: - git_url: https://github.com/spacetelescope/nictools + git_url: https://github.com/spacetelescope/{{ name }}.git + test: imports: - nictools |