mirror of
https://github.com/RGBCube/JsonWrapper
synced 2025-07-27 11:47:45 +00:00
1.3.0: Cleanup
This commit is contained in:
parent
dbbf92f331
commit
3a9c15de98
5 changed files with 181 additions and 269 deletions
8
setup.py
8
setup.py
|
@ -1,17 +1,13 @@
|
|||
from pathlib import Path
|
||||
|
||||
from setuptools import setup
|
||||
|
||||
this_directory = Path(__file__).parent
|
||||
long_description = (this_directory / "README.md").read_text()
|
||||
|
||||
setup(
|
||||
name="json_wrapper",
|
||||
description="Easy to use JSON wrapper packed with features.",
|
||||
long_description=long_description,
|
||||
long_description=(Path(__file__).parent / "README.md").read_text(),
|
||||
long_description_content_type='text/markdown',
|
||||
url="https://github.com/RGBCube/json_wrapper",
|
||||
version="1.2.0",
|
||||
version="1.3.0",
|
||||
author="RGBCube",
|
||||
py_modules=["json_wrapper"],
|
||||
license="CC0 1.0 Universal"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue