Skip to content

Commit f978d2c

Browse files
WyattBlueclaude
andcommitted
Fix setuptools warning about av.filter package
Add explicit package discovery configuration to pyproject.toml to align with setup.py's find_packages() call, preventing the "Package 'av.filter' is absent from the packages configuration" warning during pip builds. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 346ae8c commit f978d2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ dynamic = ["version"]
3636
[tool.setuptools]
3737
zip-safe = false
3838

39+
[tool.setuptools.packages.find]
40+
include = ["av*"]
41+
3942
[tool.setuptools.dynamic]
4043
version = {attr = "av.about.__version__"}
4144

0 commit comments

Comments
 (0)