Skip to content

Commit 1696524

Browse files
committed
Include json test data in bypy freeze
1 parent 53c05ce commit 1696524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bypy/init_env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def build_frozen_tools(kitty_exe):
8989

9090
def sanitize_source_folder(path: str) -> None:
9191
for q in walk(path):
92-
if os.path.splitext(q)[1] not in ('.py', '.glsl', '.ttf', '.otf'):
92+
if os.path.splitext(q)[1] not in ('.py', '.glsl', '.ttf', '.otf', '.json'):
9393
os.unlink(q)
9494

9595

0 commit comments

Comments
 (0)