Skip to content

Commit 6c6b0f6

Browse files
authored
Merge pull request #38 from iconfinder/fix/support-python2
Remove python3 parameter
2 parents aad75ea + a6a39e7 commit 6c6b0f6

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
@@ -4,7 +4,7 @@
44
except ImportError:
55
from distutils.core import setup
66

7-
with open("README.rst", "r", encoding="utf-8") as fh:
7+
with open("README.rst", "r") as fh:
88
long_description = fh.read()
99

1010
packages = [

0 commit comments

Comments
 (0)