#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_DISABLE=test

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

override_dh_install:
# remove unneeded eeg-info files
	find $(CURDIR)/debian -type f -name '*.egg-info' | xargs rm -f
	dh_install