Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making the python installer work in a Windows environment. (#158)
* Updating setup.py, text encoding flag. Updating the open() function to include the correct text encoding, otherwise it'll use the default of the OS. Using the default text encoding on windows uses cp1252 which creates decoding errors when setup.py runs. * Forgot to make utf_8 a string.
- Loading branch information