nixos/templates/python/pyproject.toml

17 lines
359 B
TOML
Raw Normal View History

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