djangonauts / django-hstore

PostgreSQL HStore support for Django.
http://django-hstore.readthedocs.io/
Other
517 stars 142 forks source link

Fix non-ascii character in README.rst #158

Closed kitterma closed 7 years ago

kitterma commented 7 years ago

When I try to build django-hstore in a minimal build environment, I get this error:

File "setup.py", line 46, in long_description=open('README.rst').read(), File "/usr/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 0xe2 in position 874: ordinal not in range(128)

This is easily fixed with a one character change. Thanks for considering.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 83.04% when pulling b59237e1567892d8bdc0e9468401f8ed30b8aa3b on kitterma:master into 61427e474cb2f4be8fdfce225d78a5330bc77eb0 on djangonauts:master.