1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# Specify the build system requirements.
[build-system]
requires = ["sip >=6.8.6, <7", "PyQt-builder >=1.14.1, <2"]
build-backend = "sipbuild.api"
[project]
name = "PyQt5"
version = "5.15.11"
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.8"
license = {text = "GPL v3"}
[[project.authors]]
name = "Riverbank Computing Limited"
email = "info@riverbankcomputing.com"
|