#!/usr/bin/make -f
export PYBUILD_NAME=fierce

%:
	dh $@ --buildsystem=pybuild

override_dh_clean:
	rm -rf fierce.egg-info/*
	dh_clean
