summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9a241ddf5..3bf28ee15 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,6 +13,9 @@ docs = develop easy_install pyramid[docs]
[bdist_wheel]
universal = 1
+[metadata]
+license_file = LICENSE.txt
+
[flake8]
ignore =
# E121: continuation line under-indented for hanging indent
@@ -63,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/*