mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
Lots of changes!
(check releases)
This commit is contained in:
parent
5d112701f5
commit
4040aaa9a9
5 changed files with 154 additions and 311 deletions
5
setup.py
5
setup.py
|
@ -1,6 +1,7 @@
|
|||
from setuptools import setup
|
||||
from pathlib import Path
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
this_directory = Path(__file__).parent
|
||||
long_description = (this_directory / "README.md").read_text()
|
||||
|
||||
|
@ -10,7 +11,7 @@ setup(
|
|||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
url="https://github.com/RGBCube/json_wrapper",
|
||||
version="1.1.0",
|
||||
version="1.2.0",
|
||||
author="RGBCube",
|
||||
py_modules=["json_wrapper"],
|
||||
license="CC0 1.0 Universal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue