summaryrefslogtreecommitdiff
path: root/www/py-waitress/files/patch-setup.py
blob: 40998a5e7206a9127ebfc5fb303e17d6df8a2b5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2012-01-31 07:25:31.000000000 +0100
+++ setup.py	2012-01-31 16:09:30.000000000 +0100
@@ -50,7 +50,7 @@
         'Topic :: Internet :: WWW/HTTP',
         ],
     url='https://github.com/Pylons/waitress',
-    packages=find_packages(),
+    packages=find_packages(where='.', exclude=['waitress.test*']),
     install_requires=[
         'setuptools',
         ],