blob: 6d0dcb39cd97e304648f3766ab779acd33440348 [file] [log] [blame]
default: test
test:
flake8 ipaddress.py test_ipaddress.py
python test_ipaddress.py
pypi:
python setup.py sdist bdist_wheel upload
clean:
rm -rf -- build dist ipaddress.egg-info
.PHONY: default test clean pypi