Skip to content

Commit

Permalink
Merge pull request #38 from iconfinder/fix/support-python2
Browse files Browse the repository at this point in the history
Remove python3 parameter
  • Loading branch information
JanmanX authored Jan 7, 2021
2 parents aad75ea + a6a39e7 commit 6c6b0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
except ImportError:
from distutils.core import setup

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

packages = [
Expand Down

0 comments on commit 6c6b0f6

Please sign in to comment.