Add makefile with fast commands

This commit is contained in:
Andrei D 2020-05-30 19:32:40 +03:00
parent c7f6430eae
commit c578e99b55
1 changed files with 14 additions and 0 deletions

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
install:
python setup.py install
remove:
pip uninstall python3-anticaptcha -y
refactor:
pip install black isort
black python3_anticaptcha/
isort -rc python3_anticaptcha/
upload:
pip install twine
python setup.py upload