mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00

... using taplo with default settings I tried this with 4 spaces indentation, but the patch is almost as big as this one, so I went with default settings instead as that is just easier:-)
13 lines
319 B
TOML
13 lines
319 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", editable = true }
|