no-more-imports/pyproject.toml
2024-10-15 23:42:42 -07:00

19 lines
380 B
TOML

[project]
name = "lazy-import"
version = "0.1.0"
description = "python with no imports"
authors = [
{name = "sneakers-the-rat", email = "sneakers-the-rat@protonmail.com"},
]
dependencies = []
requires-python = ">=3.10"
readme = "README.md"
license = {text = "EUPL-1.2"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm]
distribution = true