endremborza/atqo

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage
[project]
name = "atqo"
dynamic = ["version", "description"]
authors = [{name = "Endre Márk Borza", email = "endremborza@gmail.com"}]
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["structlog", "tblib"]
[project.optional-dependencies]
test = ["branthebuilder"]
fancy = ["tqdm", "portalocker"]
doc = ["branthebuilder[doc]"]

[project.urls]
Homepage = "https://github.com/endremborza/atqo"

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.branb]
line-length = 88

[tool.pytest.ini_options]
addopts = "-s"