Files
xsl-validator/pyproject.toml
T

16 lines
344 B
TOML
Raw Normal View History

2025-05-20 11:24:07 +02:00
[project]
name = "xsl-validator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pyside6>=6.9.0",
]
2025-05-23 19:43:08 +02:00
[tool.ruff]
# Extend the `pyproject.toml` file in the parent directory...
# extend = "../pyproject.toml"
# ...but use a different line length.
line-length = 120