python-ach
python-ach copied to clipboard
fixed setup.py for windows
Installing with pip on windows fails with UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d
Specifying encoding='utf-8'
fixes this problem