We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef0f5d commit 99404b3Copy full SHA for 99404b3
setup.py
@@ -13,11 +13,11 @@
13
14
setup(
15
name='jsonformatter',
16
- version='0.2.0',
+ version='0.2.1',
17
description=(
18
'Python log in json format.'
19
),
20
- long_description=open('README.md', encoding='utf-8').read(),
+ long_description=open('README.md').read(),
21
long_description_content_type="text/markdown",
22
platforms=["all"],
23
classifiers=[
0 commit comments