summaryrefslogtreecommitdiff
path: root/fast-histogram/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fast-histogram/build.sh')
-rw-r--r--fast-histogram/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/fast-histogram/build.sh b/fast-histogram/build.sh
new file mode 100644
index 0000000..0e3a902
--- /dev/null
+++ b/fast-histogram/build.sh
@@ -0,0 +1,5 @@
+# conda-build does not guarantee LANG will be defined.
+# This avoids a UnicodeDecodeError while ingesting README.rst during setup
+export LANG=UTF-8
+
+$PYTHON setup.py install