Fix travis

This commit is contained in:
VirtuBox
2019-10-11 12:19:32 +02:00
parent fe46cd696b
commit e32a2a1102
4 changed files with 32 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ import os
from setuptools import find_packages, setup
with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf-8") as fh:
LONG = fh.read()
conf = []