1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# Specify the build system for the project.
[build-system]
requires = ["sip >=6.13.1, <7", "PyQt-builder >=1.19, <2"]
build-backend = "sipbuild.api"
[project]
name = "PyQt6"
version = "6.10.2"
description = "Python bindings for the Qt cross platform application toolkit"
readme = "README.md"
urls.homepage = "https://www.riverbankcomputing.com/software/pyqt/"
dependencies = []
requires-python = ">=3.9"
license = "GPL-3.0-only"
license-files = ["LICENSE"]
[[project.authors]]
name = "Riverbank Computing Limited"
email = "info@riverbankcomputing.com"
|