- Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
30 lines (24 loc) · 761 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Specify the build system for the project.
[build-system]
requires = ["sip >=6.8, <7", "PyQt-builder >=1.10, <2"]
build-backend = "sipbuild.api"
[project]
name = "PyQt6-Charts"
version = "6.7.0"
description = "Python bindings for the Qt Charts library"
readme = "README.md"
urls.homepage = "https://www.riverbankcomputing.com/software/pyqtchart/"
dependencies = ["PyQt6 (>=6.2.0)"]
license = {text = "GPL v3"}
[[project.authors]]
name = "Riverbank Computing Limited"
email = "info@riverbankcomputing.com"
# Specify a PyQt-based project.
[tool.sip]
project-factory = "pyqtbuild:PyQtProject"
# Configure the project.
[tool.sip.project]
tag-prefix = "QtCharts"
# Define and configure each set of bindings.
[tool.sip.bindings.QtCharts]
qmake-QT = ["charts"]