pyproject: squelch warning

This commit is contained in:
Hugo Osvaldo Barrera 2025-04-11 01:59:29 +02:00
parent 03d1c4666d
commit 63d2e6c795

View file

@ -92,8 +92,8 @@ exclude_lines = [
"if TYPE_CHECKING:", "if TYPE_CHECKING:",
] ]
[tool.setuptools] [tool.setuptools.packages.find]
packages = ["vdirsyncer"] include = ["vdirsyncer*"]
[tool.setuptools_scm] [tool.setuptools_scm]
write_to = "vdirsyncer/version.py" write_to = "vdirsyncer/version.py"