From 3368aaf61ed7720bef03b6de0834fffc89c8ab58 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Mar 2018 13:07:20 -0500 Subject: Truncate READMEs to avoid unicode errors (#115) --- fast-histogram/build.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'fast-histogram/build.sh') 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 -- cgit