From debfa0fd4e91ed310135e57cf5f466dd721668a9 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 15 May 2021 17:37:20 +0300 Subject: Add clean script --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 476e9d4..d0949b0 100644 --- a/Pipfile +++ b/Pipfile @@ -22,3 +22,4 @@ lint = "pylint -j 0 -d R,C alarmpy" test = "pytest" build = "python -m build" upload = "twine upload dist/*" +clean = "rm -rf build/ dist/ alarmpy.egg-info" -- cgit v1.3.1