#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

override_dh_clean:
	-rm -rf pyRdfa3.egg-info

	dh_clean
