From 9b9b49e6449ade8bf2e9bcc64e3e8efa941952a3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 15 May 2021 17:25:29 +0300 Subject: Add build dependencies and scripts --- Pipfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 877165e..476e9d4 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,8 @@ click = "*" pytest = "*" black = "==21.5b1" pylint = "*" +twine = "*" +build = "*" [scripts] alarmpy = "python alarmpy/alarmpy.py" @@ -18,3 +20,5 @@ format = "black alarmpy" formatcheck = "black --check alarmpy" lint = "pylint -j 0 -d R,C alarmpy" test = "pytest" +build = "python -m build" +upload = "twine upload dist/*" -- cgit v1.3.1