Files
KomCache/pyproject.toml
2025-04-08 13:15:01 +02:00

20 lines
375 B
TOML

[project]
name = "komcache"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "WorldTeacher", email = "coding_contact@pm.me" }
]
requires-python = ">=3.13"
dependencies = [
"komconfig",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv.sources]
komconfig = { workspace = true }