Skip to content

Commit b105c75

Browse files
committed
Update build_plugin.py
1 parent 46fcefc commit b105c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main(archive_name: str):
1515
]
1616

1717
plugin_dir = Path("plugin")
18-
files.extend(plugin_dir.rglob(f"**.py"))
18+
files.extend(plugin_dir.rglob(f"*.py"))
1919

2020
lib_dir = Path("lib")
2121
files.extend(lib_dir.rglob("*"))

0 commit comments

Comments
 (0)