This commit is contained in:
Zengtudor 2025-06-17 16:54:11 +08:00
parent 0d5cddf77c
commit 8a2f7668a3
3 changed files with 18 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/.venv
__pycache__
/.pdm-python

0
main.py Normal file
View File

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[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