slint/demos/printerdemo/python/pyproject.toml
Simon Hausmann 86befbe769 Python: Make space for additional python modules
Move Slint module into sub-directory under api/python
2025-06-25 20:43:09 +02:00

13 lines
325 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 }