File: pyproject.toml

package info (click to toggle)
pyqt-qwt 1.02.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 796 kB
  • sloc: python: 5,663; cpp: 273; makefile: 16; sh: 13
file content (28 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
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/*/*/*/*/*/*/*"
]