]> gitweb.michael.orlitzky.com - dead/check_openvpn-simple.git/blob - makefile
Replace GPL-3 with AGPL-3, and update the project URL.
[dead/check_openvpn-simple.git] / makefile
1 dist: clean
2 python setup.py sdist
3
4 clean:
5 python setup.py clean
6 rm -rf dist
7 rm -f MANIFEST