#!/usr/bin/make -f

export PYBUILD_NAME = fierce

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_clean:
	rm -rf fierce.egg-info/*
