summaryrefslogtreecommitdiff
path: root/fast-histogram/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-03-07 13:07:20 -0500
committerGitHub <noreply@github.com>2018-03-07 13:07:20 -0500
commit3368aaf61ed7720bef03b6de0834fffc89c8ab58 (patch)
treea78e7bddd4c0dc087c2eada83627b2c479a545a3 /fast-histogram/build.sh
parent92677c089d1a5b0ae5b44feb8f5c19a96d27980c (diff)
downloadastroconda-dev-3368aaf61ed7720bef03b6de0834fffc89c8ab58.tar.gz
Truncate READMEs to avoid unicode errors (#115)
Diffstat (limited to 'fast-histogram/build.sh')
-rw-r--r--fast-histogram/build.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/fast-histogram/build.sh b/fast-histogram/build.sh
index 0e3a902..7245626 100644
--- a/fast-histogram/build.sh
+++ b/fast-histogram/build.sh
@@ -1,5 +1,2 @@
-# conda-build does not guarantee LANG will be defined.
-# This avoids a UnicodeDecodeError while ingesting README.rst during setup
-export LANG=UTF-8
-
+echo Nope > README.rst
$PYTHON setup.py install