Skip to content

Commit b2dbede

Browse files
committed
fix pypi README.md loading
1 parent b56593c commit b2dbede

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
@@ -80,7 +80,7 @@
8080
name='libact',
8181
version='0.1.5',
8282
description='Pool-based active learning in Python',
83-
long_description=open('README.md').read(),
83+
long_description=open('README.md', 'r', newline='', encoding='utf-8').read(),
8484
long_description_content_type="text/markdown",
8585
author='Y.-Y. Yang, S.-C. Lee, Y.-A. Chung, T.-E. Wu, H.-T. Lin',
8686

0 commit comments

Comments
 (0)