Skip to content

Commit fcf9a16

Browse files
committed
Fix UnicodeDecodeError by specifying UTF-8 encoding when reading README.md
1 parent 7456b1b commit fcf9a16

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
@@ -15,7 +15,7 @@
1515
"Operating System :: OS Independent",
1616
],
1717
description='A package to use NocoDB API in a simple way',
18-
long_description=open('README.md').read(),
18+
long_description=open('README.md', encoding='utf-8').read(),
1919
long_description_content_type="text/markdown",
2020
install_requires=[
2121
"requests>=2.0",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy