summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--calcos/bld.bat4
-rw-r--r--calcos/build.sh2
-rw-r--r--calcos/meta.yaml2
3 files changed, 5 insertions, 3 deletions
diff --git a/calcos/bld.bat b/calcos/bld.bat
index 4a7ed5f..7fba400 100644
--- a/calcos/bld.bat
+++ b/calcos/bld.bat
@@ -1 +1,3 @@
-%PYTHON% setup.py install --single-version-externally-managed --record=record.txt
+
+
+%PYTHON% setup.py install
diff --git a/calcos/build.sh b/calcos/build.sh
index a660906..5a5aeeb 100644
--- a/calcos/build.sh
+++ b/calcos/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install --single-version-externally-managed --record=record.txt
+$PYTHON setup.py install
diff --git a/calcos/meta.yaml b/calcos/meta.yaml
index c7fda57..7df7873 100644
--- a/calcos/meta.yaml
+++ b/calcos/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'calcos' %}
-{% set version = '3.3.7' %}
+{% set version = '3.3.5' %}
{% set number = '0' %}
about: