We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa8503 commit 14e0813Copy full SHA for 14e0813
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