diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-08-21 13:27:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 13:27:02 -0400 |
commit | 1786bcc3951051b5ac8329b8461ad7fcb0b7e6af (patch) | |
tree | 57d0a4f2caa06a0a52bbe96375ff97d4f31cd10d | |
parent | 442a7d7eae78f15039b36282ac9566fa40b1b858 (diff) | |
download | astroconda-contrib-1786bcc3951051b5ac8329b8461ad7fcb0b7e6af.tar.gz |
Remove errant text
-rw-r--r-- | nictools/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nictools/meta.yaml b/nictools/meta.yaml index 827c8ba..f4e4ccc 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'nictools' %} -{% set version = '1.1.5Were these supposed to exist?' %} +{% set version = '1.1.5' %} {% set number = '0' %} about: @@ -21,7 +21,7 @@ requirements: - scipy - stsci.tools - setuptools - - setuptools_scmWere these supposed to exist? + - setuptools_scm - python {{ python }} run: - astropy >=1.1 |