[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"]