update
This commit is contained in:
parent
0d5cddf77c
commit
8a2f7668a3
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/.venv
|
||||
__pycache__
|
||||
/.pdm-python
|
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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
|
Loading…
Reference in New Issue
Block a user