diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-07 13:07:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 13:07:20 -0500 |
commit | 3368aaf61ed7720bef03b6de0834fffc89c8ab58 (patch) | |
tree | a78e7bddd4c0dc087c2eada83627b2c479a545a3 /fast-histogram | |
parent | 92677c089d1a5b0ae5b44feb8f5c19a96d27980c (diff) | |
download | astroconda-dev-3368aaf61ed7720bef03b6de0834fffc89c8ab58.tar.gz |
Truncate READMEs to avoid unicode errors (#115)
Diffstat (limited to 'fast-histogram')
-rw-r--r-- | fast-histogram/build.sh | 5 |
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 |