mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Python: Add missing project fields and fix version number for slint-compiler wrapper
This commit is contained in:
parent
5e5b4bb11b
commit
89c1497880
1 changed files with 9 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue