1
Fork 0
mirror of https://github.com/RGBCube/JsonWrapper synced 2025-07-27 11:47:45 +00:00
This commit is contained in:
RGBCube 2022-01-26 22:31:36 +03:00 committed by GitHub
parent e899fca206
commit ce46461b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text()
setup( setup(
name="json_wrapper", 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=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
url="https://github.com/RGBCube/json_wrapper", url="https://github.com/RGBCube/json_wrapper",