#!/usr/bin/make -f

buildvers := $(shell pyversions -sv)

export PYBUILD_NAME = Flask-Sockets

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