Python-Spamprotection-API/Makefile

9 lines
97 B
Makefile

install:
python3 setup.py install
build:
python3 setup.py sdist
upload:
twine upload dist/*