Skip to content

Commit 14e0813

Browse files
committed
Fix *.dist-info glob
1 parent 3aa8503 commit 14e0813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serious_python/bin/package_command.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const junkFilesDesktop = [
7171
"**.pyx",
7272
"**.a",
7373
"**.pdb",
74-
"**.dist-info",
74+
"*.dist-info",
7575
"__pycache__",
7676
"**/__pycache__",
7777
];

0 commit comments

Comments
 (0)