QGIS/python/analysis/pyproject.toml.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
395 B
TOML
Raw Normal View History

2021-09-18 11:33:55 +02:00
# Specify the build system.
[build-system]
requires = ["sip >=5.0.0, <7", "PyQt-builder >=1.6, <2"]
build-backend = "sipbuild.api"
2024-12-22 18:08:22 +01:00
@sipabi@
2021-09-18 11:33:55 +02:00
# 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 = "PyQt5"