From bd836cfc8bb8b238c772134fb630391d4790ef3a Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:26:00 +0300 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a74e58..87884e2 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,9 @@ setup( name="json_wrapper", description="Easy JSON wrapper packed with features", long_description=long_description, + long_description_content_type='text/markdown', url="https://github.com/RGBCube/json_wrapper", - version="1.0", + version="1.0.1", author="RGBCube", py_modules=["json_wrapper"], license="CC0 1.0 Universal"