Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 83bc707

Browse files
committed
setup py2 compatibility
1 parent 157da35 commit 83bc707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
from setuptools import setup
77

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

1111

0 commit comments

Comments
 (0)