File: pyproject.toml

package info (click to toggle)
pyqt6 6.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,740 kB
  • sloc: cpp: 18,294; python: 10,614; javascript: 721; makefile: 25; sh: 10
file content (19 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
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"