Skip to content

Commit 29fc7e8

Browse files
authored
Update setup.py
1 parent 4185487 commit 29fc7e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
from setuptools import find_packages
1111
from distutils.core import setup
1212

13-
def read(file_path, encoding):
13+
def read(file_path, encoding="utf-8"):
1414
return io.open(file_path, encoding=encoding).read()
1515

16-
readme = read("./README.md", encoding="utf-8")
16+
readme = read("./README.md")
1717

1818
setuptools = "setuptools>=54.2.0,<=54.2.0"
1919

0 commit comments

Comments
 (0)