summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in3
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 4f0a8455c..4e3a2d0b5 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
-graft pyramid
+graft src/pyramid
graft docs
prune docs/_build
+graft tests
include README.rst
include CHANGES.rst HISTORY.rst BFG_HISTORY.rst
diff --git a/setup.cfg b/setup.cfg
index 59f2f9a2f..878bb13d4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -77,4 +77,4 @@ ignore =
*.egg-info/*
ignore-default-rules = true
ignore-bad-ideas =
- pyramid/tests/pkgs/localeapp/*
+ tests/pkgs/localeapp/*