rules 126 Bytes
Newer Older
1 2
#!/usr/bin/make -f

Saul Ibarra's avatar
Saul Ibarra committed
3
%:
4
	dh $@ --with python3 --buildsystem=pybuild
5

Saul Ibarra's avatar
Saul Ibarra committed
6 7 8
override_dh_clean:
	dh_clean
	rm -rf build dist MANIFEST
9