TravelMapApi/pyproject.toml
2025-06-17 16:54:11 +08:00

16 lines
300 B
TOML

[project]
name = "TravelMapApi"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Zengtudor", email = "Zengtudor@outlook.com"},
]
dependencies = []
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "GPL3"}
[tool.pdm]
distribution = false