Python: Add missing project fields and fix version number for slint-compiler wrapper

This commit is contained in:
Simon Hausmann 2025-07-11 14:44:38 +02:00
parent 5e5b4bb11b
commit 89c1497880

View file

@ -3,11 +3,19 @@
[project]
name = "slint-compiler"
version = "1.12.1b1"
version = "1.13.0b1"
description = "Python wrapper around the Slint compiler for Python"
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["cached-path>=1.7.3"]
[project.urls]
Homepage = "https://slint.dev"
Documentation = "https://slint.dev/docs"
Repository = "https://github.com/slint-ui/slint"
Changelog = "https://github.com/slint-ui/slint/blob/master/CHANGELOG.md"
Tracker = "https://github.com/slint-ui/slint/issues"
[project.scripts]
slint-compiler = "slint_compiler:main"