15 lines
275 B
TOML
15 lines
275 B
TOML
[project]
|
|
name = "LaTaniere_UI"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"pyside6>=6.10.2",
|
|
]
|
|
|
|
[tool.mypy]
|
|
[[tool.mypy.overrides]]
|
|
module = ["win11toast.*"]
|
|
follow_untyped_imports = true
|