forked from cowo78/QCustomPlot-PyQt5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (23 loc) · 843 Bytes
/
pyproject.toml
File metadata and controls
30 lines (23 loc) · 843 Bytes
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 sip v6 as the build system for the package.
[build-system]
requires = ["sip >=6, <7", "PyQt-builder"]
build-backend = "sipbuild.api"
# Specify the PEP 566 metadata for the project.
[project]
name = "QCustomPlot"
#version = # set in project.py
dependencies = ["PyQt5"]
#[tool.sip]
#project-factory = "pyqtbuild:PyQtProject" # selected in project.py
[tool.sip.builder]
qmake-settings = ["DEFINES += QCUSTOMPLOT_USE_OPENGL"]
#qmake = "" # set if build system cannot find it automatically
# Specify each set of bindings.
[tool.sip.bindings.QCustomPlot]
sip-file = "all.sip"
include-dirs = ["."]
qmake-QT = ["core", "gui", "widgets", "printsupport", "opengl"]
# Configure the project itself.
[tool.sip.project]
sip-files-dir = "."
#sip-include-dirs = [] # set path to the Qt bindings if build system cannot find them automatically