#!/usr/bin/make -f

buildvers := $(shell py3versions -sv)

export PYBUILD_NAME = Flask-Sockets

%:
	dh $@ --buildsystem=pybuild
