Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit ea517d0

Browse files
lemmarathondlenski
authored andcommitted
setup.py: open README.md with UTF-8 encoding
Resolves #33
1 parent 646766b commit ea517d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def download_java_files(force=False):
4646
name='zxing',
4747
version=version_pep,
4848
description="Wrapper for decoding/reading barcodes with ZXing (Zebra Crossing) library",
49-
long_description=open('README.md').read(),
49+
long_description=open('README.md', encoding='utf-8').read(),
5050
long_description_content_type='text/markdown',
5151
url="https://github.com/dlenski/python-zxing",
5252
author='Daniel Lenski',

0 commit comments

Comments
 (0)