diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-06-01 12:43:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 12:43:16 -0400 |
commit | e35f26af608370432b7a3c1fca69b05eee41acf9 (patch) | |
tree | 521b161ec447d70fea3be66a675a6e20cb875f3e /stsci.stimage | |
parent | 7d7cebabbbc30d9905c9a91c1915ae1e085ef618 (diff) | |
download | astroconda-dev-e35f26af608370432b7a3c1fca69b05eee41acf9.tar.gz |
stsci.stimage: reset build number (#136)
Diffstat (limited to 'stsci.stimage')
-rw-r--r-- | stsci.stimage/meta.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 866a556..8530261 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -20,18 +20,18 @@ package: requirements: build: - - d2to1 - - stsci.distutils - - setuptools - - numpy {{ numpy }} - - python {{ python }} + - d2to1 + - stsci.distutils + - setuptools + - numpy {{ numpy }} + - python {{ python }} run: - - numpy - - python + - numpy + - python source: git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: - - stsci.stimage + - stsci.stimage |