saghul / aiodns

Simple DNS resolver for asyncio

Home Page:https://pypi.python.org/pypi/aiodns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File IO in setup.py misses explicit file encoding.

eisensheng opened this issue · comments

The current setup.py file misses an explicit file encoding declaration for the README.rst file and package version detection. These files have the explicit UTF-8 encoding though. This causes the setup process to fail under certain circumstances in certain environments.

Doh, missed this one. Should be fixed by 1b65499