nerdletter/pyproject.toml
Gregory Gauthier 33c9b16267 initial commit
2026-04-28 13:20:50 +01:00

16 lines
298 B
TOML

[project]
name = "nerdletter"
version = "0.1.0"
description = ""
authors = [
{name = "Gregory Gauthier",email = "gregory.gauthier@perspectum.com"}
]
requires-python = "^3.14"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"