Skip to content

Commit 5fdf99b

Browse files
authored
Fixed failed to install (scottrogowski#72) (scottrogowski#73)
1 parent 7cfc820 commit 5fdf99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
name='code2flow',
1010
version=VERSION,
1111
description='Visualize your source code as DOT flowcharts',
12-
long_description=open('README.md').read(),
12+
long_description=open('README.md', encoding='utf-8').read(),
1313
long_description_content_type="text/markdown",
1414
entry_points={
1515
'console_scripts': ['code2flow=code2flow.engine:main'],

0 commit comments

Comments
 (0)