diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-01-15 14:37:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-15 14:37:42 -0500 |
commit | a8603c0554c2c016799f6595e3895477be4f1b3f (patch) | |
tree | cb7e2ed716a276aba4bf876cd7efc58de29430cf /synphot | |
parent | 3ccfe5decead90a30b71ec834ee6b2acbdc2caf0 (diff) | |
download | astroconda-contrib-a8603c0554c2c016799f6595e3895477be4f1b3f.tar.gz |
Add setuptools_scm to synphot build requirements (#593)
in order to avoid creation of erroneous synphot-0.0.0.dist-info file.
Diffstat (limited to 'synphot')
-rw-r--r-- | synphot/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 7b9407d..6149143 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -1,7 +1,7 @@ {% set reponame = 'synphot_refactor' %} {% set name = 'synphot' %} {% set version = '0.2.1' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ reponame }} @@ -18,6 +18,7 @@ package: requirements: build: + - setuptools_scm - astropy >=2.0 - extension-helpers - scipy >=0.14 |