We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfc820 commit 5fdf99bCopy full SHA for 5fdf99b
setup.py
@@ -9,7 +9,7 @@
9
name='code2flow',
10
version=VERSION,
11
description='Visualize your source code as DOT flowcharts',
12
- long_description=open('README.md').read(),
+ long_description=open('README.md', encoding='utf-8').read(),
13
long_description_content_type="text/markdown",
14
entry_points={
15
'console_scripts': ['code2flow=code2flow.engine:main'],
0 commit comments