1
Fork 0
mirror of https://github.com/RGBCube/JsonWrapper synced 2025-07-27 11:47:45 +00:00

Update setup.py

This commit is contained in:
RGBCube 2022-01-26 22:26:00 +03:00 committed by GitHub
parent 979170d304
commit bd836cfc8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"