mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 15:17:25 +00:00
42 lines
1.4 KiB
TOML
42 lines
1.4 KiB
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
|
|
|
|
[build-system]
|
|
requires = ["maturin>=1,<2"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "slint"
|
|
version = "1.9.0a1"
|
|
requires-python = ">= 3.10"
|
|
authors = [
|
|
{name = "Slint Team", email = "info@slint.dev"},
|
|
]
|
|
classifiers = [
|
|
"Development Status :: 3 - Alpha",
|
|
"Environment :: MacOS X",
|
|
"Environment :: X11 Applications",
|
|
"Environment :: Win32 (MS Windows)",
|
|
"Intended Audience :: Developers",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Rust",
|
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
"License :: Other/Proprietary License",
|
|
"Topic :: Software Development",
|
|
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
"Topic :: Software Development :: User Interfaces",
|
|
"Topic :: Software Development :: Widget Sets",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.10",
|
|
]
|
|
|
|
[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.optional-dependencies]
|
|
dev = ["pytest"]
|