flake-templates/pyproject/pyproject.toml

19 lines
298 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "my_project"
version = "0.0.1"
authors = [
{ name="clerie", email="hallo@clerie.de" },
]
description = ""
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.11"
dependencies = [
]