From 908697ad30064346781b45d1bab16eadd6c207ce Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 18 Dec 2018 23:31:21 -0500 Subject: [PATCH] Address py37 build issues (one off) --- specutils/bld.bat | 2 +- specutils/build.sh | 2 +- specutils/meta.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'specutils') diff --git a/specutils/bld.bat b/specutils/bld.bat index 39b5e1f..6d5f099 100644 --- a/specutils/bld.bat +++ b/specutils/bld.bat @@ -1 +1 @@ -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/specutils/build.sh b/specutils/build.sh index 5a5aeeb..b699425 100644 --- a/specutils/build.sh +++ b/specutils/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 5922bc0..bf9cf82 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'specutils' %} {% set version = '0.2.2' %} {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/astropy/specutils -- cgit