Files
sphere-grid/pyproject.toml

15 lines
282 B
TOML

[project]
name = "sphere-grid"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyside6>=6.6.1",
"pytest==8.3.3",
"ruff==0.12.10",
]
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"