cli: explicitly list clan_cli package

This commit is contained in:
Jörg Thalheim
2023-07-28 10:52:13 +02:00
committed by Mic92
parent 7c51ef3fb6
commit 282307ca2a

View File

@@ -8,6 +8,9 @@ description = "cLAN CLI tool"
dynamic = [ "version" ]
scripts = { clan = "clan_cli:main" }
[tool.setuptools]
packages = [ "clan_cli" ]
[tool.pytest.ini_options]
addopts = "--cov . --cov-report term --cov-report html:.reports/html --no-cov-on-fail"
@@ -38,8 +41,8 @@ ignore = [ "E501" ]
[tool.black]
line-length = 88
target-version = ['py310']
include = '\.pyi?$'
target-version = [ "py310" ]
include = "\\.pyi?$"
exclude = '''
/(
\.git