diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-07-18 22:58:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-18 22:58:32 -0400 |
commit | cb99202868c6554b7ef850b2f291998c1c0b19b2 (patch) | |
tree | 2bc2a36bcf6156fde29b766ccb3dafbebc0eb909 | |
parent | e913a6f9944806586fd5e35e662aa7ab19d49107 (diff) | |
download | astroconda-contrib-cb99202868c6554b7ef850b2f291998c1c0b19b2.tar.gz |
mosviz: add setuptools_scm (#530)
-rw-r--r-- | mosviz/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mosviz/meta.yaml b/mosviz/meta.yaml index 33f8205..379c08e 100644 --- a/mosviz/meta.yaml +++ b/mosviz/meta.yaml @@ -29,6 +29,7 @@ requirements: - numpy {{ numpy }} - python {{ python }} - specviz >=0.6.2 + - setuptools_scm run: - astropy |