diff options
| author | Yuval Adam <_@yuv.al> | 2021-05-15 17:25:29 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-05-15 17:26:50 +0300 |
| commit | 9b9b49e6449ade8bf2e9bcc64e3e8efa941952a3 (patch) | |
| tree | b8016d7ba64caf836cace103892d75897760d82c /Pipfile | |
| parent | 616b715e5329dab505f8d92f06b8a13f14aaab86 (diff) | |
Add build dependencies and scripts
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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/*" |
