slint/demos/printerdemo/python/pyproject.toml
Tobias Hunger cd6f2e2cf2 ci: Format toml files
... 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:-)
2025-04-02 11:03:41 +02:00

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 }