because of the Umlauts in README.rst, setup.py fails with
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-efh843rm/fuel/setup.py", line 10, in <module>
LONG_DESCRIPTION = f.read().strip()
File "/usr/local/anaconda3/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1803: ordinal not in range(128)
Hi,
because of the Umlauts in README.rst, setup.py fails with
Please see https://github.com/wilrich-msft/fuel/pull/1 for a fix.
Thanks, wr