#!/usr/bin/make -f

export PYBUILD_NAME = shelxfile

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

execute_after_dh_python3:
	rm -rf debian/python3-shelxfile/usr/lib/python3.*

execute_after_dh_auto_clean:
	rm -rf shelxfile.egg-info
