We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fcefc commit b105c75Copy full SHA for b105c75
build_plugin.py
@@ -15,7 +15,7 @@ def main(archive_name: str):
15
]
16
17
plugin_dir = Path("plugin")
18
- files.extend(plugin_dir.rglob(f"**.py"))
+ files.extend(plugin_dir.rglob(f"*.py"))
19
20
lib_dir = Path("lib")
21
files.extend(lib_dir.rglob("*"))
0 commit comments