summaryrefslogtreecommitdiff
path: root/asdf-standard
diff options
context:
space:
mode:
Diffstat (limited to 'asdf-standard')
-rw-r--r--asdf-standard/build.sh2
-rw-r--r--asdf-standard/meta.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/asdf-standard/build.sh b/asdf-standard/build.sh
index 56f0b30..a60681d 100644
--- a/asdf-standard/build.sh
+++ b/asdf-standard/build.sh
@@ -1,2 +1,2 @@
-$PYTHON setup.py install \ No newline at end of file
+$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
diff --git a/asdf-standard/meta.yaml b/asdf-standard/meta.yaml
index 389ad17..d4ca911 100644
--- a/asdf-standard/meta.yaml
+++ b/asdf-standard/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'asdf-standard' %}
{% set version = '1.0.0' %}
{% set tag = 'v' + version %}
-{% set number = '1' %}
+{% set number = '2' %}
about:
home: https://github.com/spacetelescope/{{ name }}