From 94a9b2cf9ddd7be181c984793a5404e2b95a779e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 6 Apr 2016 23:51:41 +0200 Subject: Cleanup manifest. Also, use check_manifest to check for MANIFEST.in / git mismatches. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de0243f..8f48c6b 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ example-test: $(MAKE) -C $(EXAMPLES_DIR) test lint: + check-manifest pylint --rcfile=.pylintrc --report=no $(PACKAGE)/ coverage: -- cgit v1.2.3