Files
komgAPI/pyproject.toml
2025-04-17 10:57:57 +02:00

26 lines
460 B
TOML

[project]
name = "komgapi"
version = "0.5.2"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "WorldTeacher", email = "coding_contact@pm.me" }
]
requires-python = ">=3.13"
dependencies = [
"komconfig",
"typing-extensions>=4.12.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
test = [
"pytest>=8.3.4",
]
[tool.uv.sources]
komconfig = { workspace = true }