summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-29 08:56:54 -0500
committerGitHub <noreply@github.com>2017-06-29 08:56:54 -0500
commitd8c65478053f2b12a9a7a1abe0b291d51af54653 (patch)
treeceab05571416b62cd47652e97175fa0c1f8f2bc4 /setup.cfg
parent7c5880be8dcdd22b51920d2248055db3f386565e (diff)
parentefb35f1e6ea296499274ed8fc5c2d023f8ed71e6 (diff)
downloadpyramid-d8c65478053f2b12a9a7a1abe0b291d51af54653.tar.gz
pyramid-d8c65478053f2b12a9a7a1abe0b291d51af54653.tar.bz2
pyramid-d8c65478053f2b12a9a7a1abe0b291d51af54653.zip
Merge pull request #3111 from mmerickel/check-manifest
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/*