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:",
|
"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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue