We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4185487 commit 29fc7e8Copy full SHA for 29fc7e8
setup.py
@@ -10,10 +10,10 @@
10
from setuptools import find_packages
11
from distutils.core import setup
12
13
-def read(file_path, encoding):
+def read(file_path, encoding="utf-8"):
14
return io.open(file_path, encoding=encoding).read()
15
16
-readme = read("./README.md", encoding="utf-8")
+readme = read("./README.md")
17
18
setuptools = "setuptools>=54.2.0,<=54.2.0"
19
0 commit comments