Files
komgAPI/pyproject.toml
2025-02-17 20:28:17 +01:00

15 lines
304 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 = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"