This commit is contained in:
2024-03-31 20:32:27 +03:00
parent ab33ba3763
commit fe25cd402c
5 changed files with 18 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "jsonrpc"
version = "0.3.2"
version = "1.0"
authors = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
@@ -10,4 +10,12 @@ maintainers = [
description = ""
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
keywords = ["api", "json", "json-rpc", "rpc"]