Skip to content

Commit afa88c7

Browse files
fix: cleanup
1 parent 7800450 commit afa88c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import subprocess
2-
from codecs import open
32

4-
from setuptools import find_packages, setup
3+
from setuptools import setup
54
from setuptools.command import build_py, develop
65

76

87
def readme():
9-
with open("README.md", "r", "utf-8") as f:
8+
with open("README.md", "r", encoding="utf-8") as f:
109
return f.read()
1110

1211

0 commit comments

Comments
 (0)