mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Python: Remove unnecessary maturin run-time dependency
This commit is contained in:
parent
97a8ff66c1
commit
5046d02ae8
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ build-backend = "maturin"
|
|||
|
||||
[project]
|
||||
name = "slint"
|
||||
version = "1.12.0a2"
|
||||
version = "1.12.0a3"
|
||||
requires-python = ">= 3.12"
|
||||
authors = [{ name = "Slint Team", email = "info@slint.dev" }]
|
||||
classifiers = [
|
||||
|
@ -28,7 +28,6 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
]
|
||||
dependencies = ["maturin>=1.8.2"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://slint.dev"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue