summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-05-15 17:37:20 +0300
committerYuval Adam <_@yuv.al>2021-05-15 17:37:20 +0300
commitdebfa0fd4e91ed310135e57cf5f466dd721668a9 (patch)
tree4346dfa5b2f179252716916690c1809192efd8db /Pipfile
parente54baf2fa3ee8db1521594feb6469a1f01d42e22 (diff)
Add clean script
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
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"