Files
jsonrpc/pyproject.toml

31 lines
760 B
TOML
Raw Normal View History

2024-03-18 03:41:54 +03:00
[project]
name = "jsonrpc"
2024-03-31 20:32:27 +03:00
version = "1.0"
2024-03-18 03:41:54 +03:00
authors = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
maintainers = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
description = ""
readme = "README.md"
requires-python = ">=3.10"
2024-03-31 20:32:27 +03:00
classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
2025-04-14 10:04:52 +03:00
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
2024-03-31 20:32:27 +03:00
]
2024-03-18 03:41:54 +03:00
keywords = ["api", "json", "json-rpc", "rpc"]
2024-07-15 12:54:02 +03:00
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.sdist]
include = []
exclude = []