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 /mpl-scatter-density | |
parent | 92677c089d1a5b0ae5b44feb8f5c19a96d27980c (diff) | |
download | astroconda-dev-3368aaf61ed7720bef03b6de0834fffc89c8ab58.tar.gz |
Truncate READMEs to avoid unicode errors (#115)
Diffstat (limited to 'mpl-scatter-density')
-rw-r--r-- | mpl-scatter-density/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |