glpy_py/pyproject.toml

16 lines
287 B
TOML
Raw Normal View History

2024-06-28 07:04:52 +00:00
[project]
name = "glpy"
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 = "GPL"}
[tool.pdm]
distribution = false