blob: 980a83ccb67b61e03cb93589fa06ce50e8183ac8 [file] [log] [blame]
default: test
test:
flake8 ipaddress.py test_ipaddress.py --ignore E501
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