Commit 21460da8 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

read README.md with encoding UTF-8

parent 72ca8f42
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
import setuptools
import os

with open("README.md", "r") as f:
with open("README.md", "r", encoding="utf-8") as f:
    long_description = f.read()

with open("requirements.txt", "r") as f: