mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
pyproject: squelch warning
This commit is contained in:
parent
03d1c4666d
commit
63d2e6c795
1 changed files with 2 additions and 2 deletions
|
|
@ -92,8 +92,8 @@ exclude_lines = [
|
|||
"if TYPE_CHECKING:",
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["vdirsyncer"]
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["vdirsyncer*"]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
write_to = "vdirsyncer/version.py"
|
||||
|
|
|
|||
Loading…
Reference in a new issue