slint/examples/memory/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
326 B
TOML

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