Skip to content

Commit 63d2e6c

Browse files
committed
pyproject: squelch warning
1 parent 03d1c46 commit 63d2e6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ exclude_lines = [
9292
"if TYPE_CHECKING:",
9393
]
9494

95-
[tool.setuptools]
96-
packages = ["vdirsyncer"]
95+
[tool.setuptools.packages.find]
96+
include = ["vdirsyncer*"]
9797

9898
[tool.setuptools_scm]
9999
write_to = "vdirsyncer/version.py"

0 commit comments

Comments
 (0)