diff options
Diffstat (limited to 'fast-histogram/build.sh')
-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 |