slint/api/python/pyproject.toml
Simon Hausmann d1529af3cc python: hide native module behind python front-end API
Encapsulate the rust code behind a public API (in __init__.py for now)
2023-12-21 12:57:35 +01:00

19 lines
489 B
TOML

# Copyright © SixtyFPS GmbH <info@slint.dev>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-1.1 OR LicenseRef-Slint-commercial
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[project]
name = "slint"
version = "1.4.0"
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Rust",
]
[project.optional-dependencies]
dev = ["pytest"]