Skip to content

Commit 03e84ad

Browse files
committed
Fix more travis tests
1 parent 5a0da6f commit 03e84ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
from setuptools import setup
55

6+
import io
67
import os
78

8-
with open("README.md", "r", encoding="utf-8") as fh:
9+
with io.open("README.md", "r", encoding="utf-8") as fh:
910
long_description = fh.read()
1011

1112
setup(

0 commit comments

Comments
 (0)