slint/demos/printerdemo/python/pyproject.toml
Simon Hausmann fc50bd6806 WIP
2025-07-14 13:36:39 +02:00

17 lines
399 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: MIT
[project]
name = "python"
version = "1.10.0"
description = "Slint Printer Demo for Python"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["slint"]
[tool.uv.sources]
slint = { path = "../../../api/python/slint", editable = true }
[tool.mypy]
disallow_incomplete_defs = true
disallow_untyped_defs = true