We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646766b commit ea517d0Copy full SHA for ea517d0
setup.py
@@ -46,7 +46,7 @@ def download_java_files(force=False):
46
name='zxing',
47
version=version_pep,
48
description="Wrapper for decoding/reading barcodes with ZXing (Zebra Crossing) library",
49
- long_description=open('README.md').read(),
+ long_description=open('README.md', encoding='utf-8').read(),
50
long_description_content_type='text/markdown',
51
url="https://github.com/dlenski/python-zxing",
52
author='Daniel Lenski',
0 commit comments