From 42e197f985a2cd0f5aeb7d09ad9b03be958ba0fc Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Fri, 10 Jul 2020 14:25:28 +0200 Subject: [PATCH] Ensure we clean up egg-info directories --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ec4554..5a3b757 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,8 @@ clean: ## - Clean out generated files from the workspace .pytest_cache \ dist \ **/__pycache__ \ - tests/output_* + tests/output_* \ + **/*.egg-info # Manual testing