diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-08-11 09:03:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-11 09:03:35 -0400 |
commit | a2654202cb8e19f58c91f93d0745322b6f1c577e (patch) | |
tree | 10929c5b04eba69682345c1fda14694d291ece3c | |
parent | 192f83c9961c357b9258e22f34a579113bff539b (diff) | |
download | astroconda-contrib-a2654202cb8e19f58c91f93d0745322b6f1c577e.tar.gz |
pysynphot: add setuptools_scm (#539)
-rw-r--r-- | pysynphot/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysynphot/meta.yaml b/pysynphot/meta.yaml index 0c850d1..de9b9b5 100644 --- a/pysynphot/meta.yaml +++ b/pysynphot/meta.yaml @@ -17,6 +17,7 @@ requirements: - numpy {{ numpy }} - pytest - python {{ python }} + - setuptools_scm - setuptools run: - astropy >=1.1 |