summaryrefslogtreecommitdiff
path: root/hstaxe
diff options
context:
space:
mode:
Diffstat (limited to 'hstaxe')
-rw-r--r--hstaxe/build.sh2
-rw-r--r--hstaxe/meta.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/hstaxe/build.sh b/hstaxe/build.sh
index 8bc9f95..7e1c267 100644
--- a/hstaxe/build.sh
+++ b/hstaxe/build.sh
@@ -1,3 +1,3 @@
set -x
export PKG_CONFIG_PATH="$CONDA_PREFIX/lib/pkgconfig"
-$PYTHON setup.py install --single-version-externally-managed --record=root.txt
+$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
diff --git a/hstaxe/meta.yaml b/hstaxe/meta.yaml
index e369975..1cd8357 100644
--- a/hstaxe/meta.yaml
+++ b/hstaxe/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'hstaxe' %}
{% set version = '1.0.0' %}
-{% set number = '1' %}
+{% set number = '2' %}
about:
home: https://github.com/spacetelescope/{{ name }}