18 lines
336 B
TOML
18 lines
336 B
TOML
[project]
|
|
name = "pasch"
|
|
version = "0.0.0"
|
|
description = "Python-based Arch System Config Helper"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"rich>=14.1.0",
|
|
"toml>=0.10.2",
|
|
"xdg-base-dirs>=6.0.2",
|
|
]
|
|
|
|
[tool.ruff.lint]
|
|
select = ["RUF", "F"]
|
|
preview = true
|
|
|
|
[tool.pyrefly]
|
|
project-includes = ["**/*.py*"]
|