There was an error while loading. Please reload this page.
2 parents 838ef13 + 4524c50 commit 7dd1888Copy full SHA for 7dd1888
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
def main():
10
"""Cloudflare API code - setup.py file"""
11
12
- with open('README.md') as read_me:
+ with open('README.md', encoding="utf-8") as read_me:
13
long_description = read_me.read()
14
15
with open('CloudFlare/__init__.py', 'r') as f:
0 commit comments