mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-05-05 11:00:55 +02:00
fix unicodecodeerror on windows
This commit is contained in:
parent
55d24883be
commit
8b63d41cbb
@ -7,7 +7,7 @@ python:
|
|||||||
- 2.6
|
- 2.6
|
||||||
- 3.3
|
- 3.3
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ with open('requirements.txt') as f:
|
|||||||
|
|
||||||
|
|
||||||
def long_description():
|
def long_description():
|
||||||
with codecs.open('README.md', 'r') as f:
|
with codecs.open('README.md', 'rb') as f:
|
||||||
return f.read()
|
return f.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user