#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_clean:
	rm -f django_notification.egg-info/SOURCES.txt
	rm -f django_notification.egg-info/PKG-INFO
	dh_clean 
