Skip to content

Commit 42e197f

Browse files
abnboukeversteegh
authored andcommitted
Ensure we clean up egg-info directories
1 parent 459d12b commit 42e197f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ clean: ## - Clean out generated files from the workspace
2323
.pytest_cache \
2424
dist \
2525
**/__pycache__ \
26-
tests/output_*
26+
tests/output_* \
27+
**/*.egg-info
2728

2829
# Manual testing
2930

0 commit comments

Comments
 (0)