# Copyright © SixtyFPS GmbH # 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