pymake/pyproject.toml

16 lines
288 B
TOML
Raw Permalink Normal View History

2024-06-15 14:17:28 +00:00
[project]
2024-04-11 15:38:08 +00:00
name = "pymake"
version = "0.1.0"
2024-06-15 14:17:28 +00:00
description = "Default template for PDM package"
authors = [
{name = "ZtRXR", email = "Zengtudor@outlook.com"},
]
dependencies = []
requires-python = "==3.12.*"
2024-04-11 15:38:08 +00:00
readme = "README.md"
2024-06-15 14:17:28 +00:00
license = {text = "MIT"}
2024-04-11 15:38:08 +00:00
2024-06-15 14:17:28 +00:00
[tool.pdm]
2024-06-15 14:19:14 +00:00
distribution = true