diff options
| author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2020-01-15 15:05:13 -0500 | 
|---|---|---|
| committer | Matt Rendina <rendinam@users.noreply.github.com> | 2020-01-15 15:05:13 -0500 | 
| commit | faf3edad5f9d07750f08195b21e865c9ea3e01ad (patch) | |
| tree | 9d80407a01a9ca3b03db6b90a16be8567bda9954 | |
| parent | a8603c0554c2c016799f6595e3895477be4f1b3f (diff) | |
| download | astroconda-contrib-faf3edad5f9d07750f08195b21e865c9ea3e01ad.tar.gz | |
Add setuptools_scm to stsynphot build (#594)
| -rw-r--r-- | stsynphot/meta.yaml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index ca93daf..258dea5 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -1,7 +1,7 @@  {% set reponame = 'stsynphot_refactor' %}  {% set name = 'stsynphot' %}  {% set version = '0.2.1' %} -{% set number = '1' %} +{% set number = '2' %}  about:      home: https://github.com/spacetelescope/{{ reponame }} @@ -25,6 +25,7 @@ requirements:      - beautifulsoup4      - numpy {{ numpy }}      - pytest +    - setuptools_scm      - setuptools      - python {{ python }} | 
