slint/api/python/briefcase/pyproject.toml
2025-10-24 14:28:17 +00:00

17 lines
540 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
[project]
name = "briefcasex-slint"
version = "1.15.0b1"
description = "Plugin for Briefcase to offer Slint application templates"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["briefcase>=0.3.23"]
[project.entry-points."briefcase.bootstraps"]
Slint = "briefcasex_slint:SlintGuiBootstrap"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"