nixos/templates/python/pyproject.toml

16 lines
359 B
TOML

[project]
dependencies = ["numpy>=2.2.6"]
description = "Add your description here"
name = "python"
readme = "README.md"
requires-python = ">=3.12"
version = "0.1.0"
[dependency-groups]
dev = ["ipython>=9.2.0", "ptpython>=3.0.30"]
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.hatch.build.targets.wheel]
packages = ["app"]