Skip to content

Commit 63d2e6c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)