#!/usr/bin/make -f

export PYBUILD_NAME = shelxfile

%:
	dh $@ --buildsystem pybuild --with python3

execute_after_dh_auto_clean:
	rm -rf shelxfile.egg-info
