pmake/pyproject.toml

16 lines
292 B
TOML
Raw Permalink Normal View History

2024-08-13 03:49:38 +00:00
[project]
name = "pmake"
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 = "MIT"}
[tool.pdm]
distribution = false