summaryrefslogtreecommitdiff
path: root/docs/quick_tour/package
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-03 22:59:27 -0600
committerMichael Merickel <michael@merickel.org>2020-01-03 22:59:27 -0600
commitb349c2ba948148d2f5441308c6646f624100b364 (patch)
tree7b088836b570b401caf510f130f144404cb19ca4 /docs/quick_tour/package
parentb629ee810ccf9ffb4f166f3e766c8f795a0cecdb (diff)
downloadpyramid-b349c2ba948148d2f5441308c6646f624100b364.tar.gz
pyramid-b349c2ba948148d2f5441308c6646f624100b364.tar.bz2
pyramid-b349c2ba948148d2f5441308c6646f624100b364.zip
exclude tests package from source packages
Diffstat (limited to 'docs/quick_tour/package')
-rw-r--r--docs/quick_tour/package/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/package/setup.py b/docs/quick_tour/package/setup.py
index e9c15db04..1fec15ce5 100644
--- a/docs/quick_tour/package/setup.py
+++ b/docs/quick_tour/package/setup.py
@@ -37,7 +37,7 @@ setup(
author_email='',
url='',
keywords='web pyramid pylons',
- packages=find_packages(),
+ packages=find_packages(exclude=['tests']),
include_package_data=True,
zip_safe=False,
extras_require={