File: pyproject.toml

package info (click to toggle)
pyqt5 5.15.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 16,048 kB
  • sloc: python: 92,840; cpp: 22,066; javascript: 721; xml: 285; makefile: 79; sh: 29
file content (18 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
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"