File: pyproject.toml

package info (click to toggle)
python-tktooltip 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,172 kB
  • sloc: python: 416; makefile: 16
file content (19 lines) | stat: -rw-r--r-- 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
requires = [
    "setuptools >= 45",
    "wheel",
    "setuptools_scm[toml] >= 7.0",
]
build-backend = "setuptools.build_meta"

# pyproject.toml
[tool.setuptools_scm]
write_to = "tktooltip/_version.py"

[tool.isort]
profile = "black"

[tool.pytest.ini_options]
minversion = "7.2.0"
addopts = "-v --cov=tktooltip --cov-report=html --cov-report=xml --cov-report=term --cov-context=test"
testpaths = ["test"]