mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-27 22:04:08 +00:00
17 lines
399 B
TOML
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
|