ue_pe_web/scripts/01_intro_python/pyproject.toml

25 lines
474 B
TOML

[project]
name = "intro_python"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "boris", email = "boris@deuxfleurs.fr"},
{name = "adrien", email = "aluxey@univ-lille.fr"},
]
dependencies = []
requires-python = ">=3.9"
readme = "README.md"
license = {text = "EPL-2.0"}
[tool.pdm]
distribution = "false"
[tool.pdm.dev-dependencies]
dev = [
"black>=23.12.1",
"pdoc>=14.4.0",
"pylint>=3.0.3",
"pytest>=7.4.4",
]