Skip to content

Commit 99404b3

Browse files
fix: python2 install failed
1 parent 3ef0f5d commit 99404b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
setup(
1515
name='jsonformatter',
16-
version='0.2.0',
16+
version='0.2.1',
1717
description=(
1818
'Python log in json format.'
1919
),
20-
long_description=open('README.md', encoding='utf-8').read(),
20+
long_description=open('README.md').read(),
2121
long_description_content_type="text/markdown",
2222
platforms=["all"],
2323
classifiers=[

0 commit comments

Comments
 (0)