We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a67972 commit c3058c8Copy full SHA for c3058c8
setup.py
@@ -12,7 +12,7 @@
12
author="Souvik Mandal",
13
author_email="souvik@nanonets.com",
14
description="Onprem information extraction from documents",
15
- long_description=open("README.md").read(),
+ long_description=open("README.md", encoding='utf-8').read(),
16
long_description_content_type="text/markdown",
17
url="https://github.com/nanonets/docext",
18
packages=find_packages(include=["docext", "docext.*"]),
0 commit comments