File: pyproject.toml.in

package info (click to toggle)
qgis 3.34.10%2Bdfsg-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 1,087,544 kB
  • sloc: cpp: 1,440,737; python: 234,820; xml: 23,096; perl: 3,512; sh: 3,398; ansic: 2,229; sql: 2,130; yacc: 1,063; lex: 577; javascript: 540; lisp: 411; makefile: 155
file content (14 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (45)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Specify the build system.
[build-system]
requires = ["sip >=5.0.0, <7", "PyQt-builder >=1.6, <2"]
build-backend = "sipbuild.api"

# Specify the PEP 566 metadata for the project.
[tool.sip.metadata]
name = "QGIS"
version = "@COMPLETE_VERSION@"
summary = "Python bindings for QGIS"
home-page = "https://qgis.org"
author = "The QGIS Community"
license = "GPL v2"
requires-dist = "PyQt6"