showdialog/Makefile
2022-11-01 16:21:28 +04:00

13 lines
180 B
Makefile

build:
python -m build
upload:
python -m twine upload dist/*
clean:
rm -rf dist/
rm -rf showdialog/__pycache__/
check:
python -m mypy .
python -m pylint -j 4 ./showdialog