Python-Spamprotection-API/Makefile

9 lines
97 B
Makefile
Raw Normal View History

2021-01-02 10:09:20 +01:00
install:
python3 setup.py install
build:
python3 setup.py sdist
upload:
twine upload dist/*