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 +---- mpl-scatter-density/build.sh | 1 + 2 files changed, 2 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 diff --git a/mpl-scatter-density/build.sh b/mpl-scatter-density/build.sh index 5a5aeeb..7245626 100644 --- a/mpl-scatter-density/build.sh +++ b/mpl-scatter-density/build.sh @@ -1 +1,2 @@ +echo Nope > README.rst $PYTHON setup.py install -- cgit