mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			386 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			386 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
# 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"
 |