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

read README.md with encoding UTF-8

parent 72ca8f42
Pipeline #8000 failed with stages
in 0 seconds
import setuptools import setuptools
import os import os
with open("README.md", "r") as f: with open("README.md", "r", encoding="utf-8") as f:
long_description = f.read() long_description = f.read()
with open("requirements.txt", "r") as f: with open("requirements.txt", "r") as f:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment