1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
[build-system]
requires = ["sip >=5", "PyQt-builder", "PyQt5"]
build-backend = "sipbuild.api"
[tool.sip.metadata]
name = "PyQt-Qwt"
version = "1.02.02"
summary = "Python wrapper for Qwt6"
description-file = "README.md"
description-content-type = "text/markdown"
home-page = "https://github.com/GauiStori/PyQt-Qwt"
maintainer = "Gudjon I. Gudjonsson"
maintainer-email = "gudjon@gudjon.org"
license = "Qwt License 1.0"
requires-dist = "PyQt5"
[tool.sip.project]
sip-files-dir = "sip"
sdist-excludes = [
"version.sip",
".git/*",
".git/*/*",
".git/*/*/*",
".git/*/*/*/*",
".git/*/*/*/*/*",
".git/*/*/*/*/*/*",
".git/*/*/*/*/*/*/*"
]
|