include ../Makefile.common

build:
	@echo "Nothing to build"

package:
	tar -czf build/router-metrics-$(VERSION).tgz *.py

test:
