#!/usr/bin/make -f

%:
	dh $@ -Spybuild

override_dh_clean:
	rm -rf .eggs

	dh_clean sureal.egg-info/PKG-INFO sureal.egg-info/entry_points.txt
