From 99c4a3dcd0def97e979ca100a1f91a425fd02dd9 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Mon, 26 Sep 2022 23:11:28 +0200 Subject: new version cleanup --- src_doit/__init__.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src_doit/__init__.py') diff --git a/src_doit/__init__.py b/src_doit/__init__.py index c25a42c..2639ffe 100644 --- a/src_doit/__init__.py +++ b/src_doit/__init__.py @@ -44,10 +44,11 @@ json_schema_repo_path = src_py_dir / 'opcut/json_schema_repo.json' def task_clean_all(): """Clean all""" - return {'actions': [(common.rm_rf, [build_dir, - ui_dir, - json_schema_repo_path, - src_py_dir / 'opcut/bin'])]} + return {'actions': [(common.rm_rf, [ + build_dir, + ui_dir, + json_schema_repo_path, + *src_py_dir.glob('opcut/_libopcut.*')])]} def task_wheel(): -- cgit v1.2.3-70-g09d2