From ce46461b223142f32e14c71d82b176f5cb756865 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:31:36 +0300 Subject: [PATCH] L --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc261d5..fa0bbe8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text() setup( name="json_wrapper", - description="Easy JSON wrapper packed with features", + description="Easy to use JSON wrapper packed with features", long_description=long_description, long_description_content_type='text/markdown', url="https://github.com/RGBCube/json_wrapper",