nixos/templates/python/pyproject.toml

17 lines
359 B
TOML
Raw Normal View History

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