pycontribs / python-crowd

A python client to the Atlassian Crowd REST API. ❗️seeking-new-maintainer
https://github.com/pycontribs/python-crowd
BSD 2-Clause "Simplified" License
45 stars 41 forks source link

Fix missing encoding for long_description in setup.py #41

Closed jgeerds closed 7 years ago

jgeerds commented 7 years ago

This fixes package installation when the default system encoding is not UTF-8 (e.g. LANG=C). The built-in codecs package works for python2 and python3.

aelse commented 7 years ago

Thanks!