diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-07-18 23:12:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-18 23:12:14 -0400 |
commit | 5cb52d52624bc465289df3339a537e51b9e3309c (patch) | |
tree | b2586dad3aa3de0f8cf8b021c84aefc6b41d52e4 /cubeviz | |
parent | 28a5ef0512bc5061ddc0bee2d76debb12fd351b5 (diff) | |
download | astroconda-contrib-5cb52d52624bc465289df3339a537e51b9e3309c.tar.gz |
cubeviz: add setuptools_scm (#532)
Diffstat (limited to 'cubeviz')
-rw-r--r-- | cubeviz/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml index cfa0864..1af663d 100644 --- a/cubeviz/meta.yaml +++ b/cubeviz/meta.yaml @@ -23,6 +23,7 @@ requirements: - numpy {{ numpy }} - pytest - setuptools + - setuptools_scm - python {{ python }} run: |