event-management-backend/pyproject.toml
2024-11-27 15:52:17 +01:00

24 lines
525 B
TOML

[project]
name = "event_management"
version = "0.1.0"
description = "Backed part of the final project assignment for AP7PD"
authors = [{ name = "Peter Vacho", email = "p_vacho@utb.cz" }]
dependencies = []
readme = "README.md"
requires-python = ">= 3.12"
license = { text = "GPL-3.0-or-later" }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src"]