summaryrefslogtreecommitdiff
path: root/qhexedit2/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'qhexedit2/pyproject.toml')
1 files changed, 14 insertions, 0 deletions
diff --git a/qhexedit2/pyproject.toml b/qhexedit2/pyproject.toml
new file mode 100644
index 0000000..b5edaa4
--- /dev/null
+++ b/qhexedit2/pyproject.toml
@@ -0,0 +1,14 @@
+[build-system]
+requires = ["sip >=5", "PyQt-builder", "PyQt5"]
+build-backend = "sipbuild.api"
+
+[tool.sip.metadata]
+name = "QHexEdit"
+version = "0.8.9"
+
+[tools.sip]
+abi-version = "12.8"
+project-factory = "pyqtbuild:PyQtProject"
+
+[tool.sip.project]
+sip-files-dir = "src"