We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e0813 commit 36ef98fCopy full SHA for 36ef98f
src/serious_python/bin/package_command.dart
@@ -71,7 +71,7 @@ const junkFilesDesktop = [
71
"**.pyx",
72
"**.a",
73
"**.pdb",
74
- "*.dist-info",
+ "**.dist-info",
75
"__pycache__",
76
"**/__pycache__",
77
];
0 commit comments