diff options
Diffstat (limited to 'specutils')
| -rw-r--r-- | specutils/bld.bat | 2 | ||||
| -rw-r--r-- | specutils/build.sh | 2 | ||||
| -rw-r--r-- | specutils/meta.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
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 |
