Files
BibAPI/pyproject.toml
2025-10-10 10:38:20 +02:00

15 lines
303 B
TOML

[project]
name = "bibapi"
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 = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"