summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-27 23:11:44 -0500
committerMichael Merickel <michael@merickel.org>2017-06-28 00:35:47 -0500
commite42ba531963c35a89818bf57f08b0ab87c04e8bf (patch)
treec2de9751babe30009a7c712ee83d1e11f222974e /setup.cfg
parent7c5880be8dcdd22b51920d2248055db3f386565e (diff)
downloadpyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.gz
pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.bz2
pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.zip
add a manifest and a tox step to check it
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 10 insertions, 0 deletions
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/*