ivankorobkov / python-inject

Python dependency injection
Apache License 2.0
672 stars 77 forks source link

No ascii char in README.md result in install error #30

Closed heyhpython closed 5 years ago

heyhpython commented 5 years ago

there are no ascii encode chars in the readme.md , so when pip install inject on ascii encode platform there will be an error , I solve this by change the encoding to utf-8 in setup.py, but this error maybe confusing, hope to fix it.

ivankorobkov commented 5 years ago

Hi! Please, make a pull request if you need this to be fixed. Thanks.

ivankorobkov commented 5 years ago

Fixed in 3.5.2.