mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Initial commit: ReclassX structured binary editor
This commit is contained in:
16
third_party/qscintilla/Python/pyproject-qt6.toml
vendored
Normal file
16
third_party/qscintilla/Python/pyproject-qt6.toml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Specify the build system.
|
||||
[build-system]
|
||||
requires = ["sip >=6.0.2, <7", "PyQt-builder >=1.6, <2"]
|
||||
build-backend = "sipbuild.api"
|
||||
|
||||
# Specify the PEP 566 metadata for the project.
|
||||
[tool.sip.metadata]
|
||||
name = "PyQt6-QScintilla"
|
||||
version = "2.14.1"
|
||||
summary = "Python bindings for the QScintilla programmers editor widget"
|
||||
home-page = "https://www.riverbankcomputing.com/software/qscintilla/"
|
||||
author = "Riverbank Computing Limited"
|
||||
author-email = "info@riverbankcomputing.com"
|
||||
license = "GPL v3"
|
||||
description-file = "README"
|
||||
requires-dist = "PyQt6 (>=6.0.3)"
|
||||
Reference in New Issue
Block a user