Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix setup.py - reading non-ascii file on python3 #69

Closed
wants to merge 2 commits into from
Closed

Fix setup.py - reading non-ascii file on python3 #69

wants to merge 2 commits into from

Conversation

Grazfather
Copy link
Contributor

Fixes #68

If LANG was not set on python3, opening this file (which happens when
installing) would fail because the README.rst contains non-ascii
characters. Using `codecs` we can explicitly decode it as utf-8.
@skorokithakis
Copy link
Collaborator

Thanks for the PR! Since you fixed the read to be UTF-8 compatible, can you revert the readme to include the UTF-8 characters? We shouldn't really be restricting ourselves to ASCII in 2015.

@Graziano
Copy link

#73

@Graziano
Copy link

This can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants