summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asdf/bld.bat3
-rw-r--r--asdf/build.sh3
-rw-r--r--asdf/meta.yaml2
3 files changed, 4 insertions, 4 deletions
diff --git a/asdf/bld.bat b/asdf/bld.bat
index 760380e..4a7ed5f 100644
--- a/asdf/bld.bat
+++ b/asdf/bld.bat
@@ -1,2 +1 @@
-
-%PYTHON% setup.py install
+%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
diff --git a/asdf/build.sh b/asdf/build.sh
index 6bd6081..a660906 100644
--- a/asdf/build.sh
+++ b/asdf/build.sh
@@ -1,2 +1 @@
-
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=record.txt
diff --git a/asdf/meta.yaml b/asdf/meta.yaml
index 307c441..2c77fbc 100644
--- a/asdf/meta.yaml
+++ b/asdf/meta.yaml
@@ -24,8 +24,10 @@ requirements:
- jsonschema >=2.3,<=2.6
- six >=1.9.0
- setuptools
+ - setuptools_scm
- numpy {{ numpy }}
- python {{ python }}
+
run:
- semantic_version >=2.3.1
- pyyaml >=3.10