# 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", editable = true }