From e42ba531963c35a89818bf57f08b0ab87c04e8bf Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 27 Jun 2017 23:11:44 -0500 Subject: add a manifest and a tox step to check it --- setup.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 6f1f33760..3bf28ee15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,3 +66,13 @@ ignore = W391 exclude = pyramid/tests/,pyramid/compat.py,pyramid/resource.py show-source = True + +[check-manifest] +ignore = + .gitignore + PKG-INFO + *.egg-info + *.egg-info/* +ignore-default-rules = true +ignore-bad-ideas = + pyramid/tests/pkgs/localeapp/* -- cgit v1.2.3