Files
RecordFlux-devutils/setup.cfg
Tobias Reiher 652d5c611d Drop support for Python 3.9
Ref. eng/recordflux/RecordFlux#1424
2025-11-24 10:37:18 +01:00

29 lines
593 B
INI

[metadata]
name = RecordFlux-devutils
version = 0.1.1
license = Apache-2.0
description = Linter configs and custom checkers
url = https://github.com/Componolit/RecordFlux-devutils
[options]
packages = devutils
python_requires = >=3.10
include_package_data = True
[options.package_data]
devutils = py.typed
[options.extras_require]
devel =
black ==24.10.0
mypy ==1.9.0
pytest >=8, <9
pytest-cov >=4, <5
pytest-xdist >=3, <4
python-kacl ==0.4.6
ruff ==0.3.4
[options.entry_points]
console_scripts =
check_commit_messages = devutils.check_commit_messages:main