16 lines
288 B
TOML
16 lines
288 B
TOML
[project]
|
|
name = "pymake"
|
|
version = "0.1.0"
|
|
description = "Default template for PDM package"
|
|
authors = [
|
|
{name = "ZtRXR", email = "Zengtudor@outlook.com"},
|
|
]
|
|
dependencies = []
|
|
requires-python = "==3.12.*"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
|
|
|
|
[tool.pdm]
|
|
distribution = true
|