Skip to content

Commit 6d68a82

Browse files
committed
README in utf-8 for long description
1 parent c430f36 commit 6d68a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk/storage/azure-storage-extensions

sdk/storage/azure-storage-extensions/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_tag(self):
2929
version="0.1.0",
3030
include_package_data=True,
3131
description=PACKAGE_PPRINT_NAME,
32-
long_description=open('README.md', 'r').read(),
32+
long_description=open('README.md', 'r', encoding='utf-8').read(),
3333
long_description_content_type='text/markdown',
3434
license='MIT License',
3535
author='Microsoft Corporation',

0 commit comments

Comments
 (0)