Files
libdib/pyproject.toml
2025-06-07 14:34:35 +02:00

23 lines
454 B
TOML

[project]
name = "libdib"
version = "0.1.0"
description = "Common logic for programs running in the dibbler terminal"
readme = "README.md"
authors = [
{ name = "Programvareverkstedet", email = "pvv@pvv.ntnu.no" }
]
requires-python = ">=3.12"
dependencies = [
"sqlalchemy>=2.0.39",
]
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 100
[tool.ruff]
line-length = 100