diff options
-rw-r--r-- | fast-histogram/build.sh | 5 | ||||
-rw-r--r-- | 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 |