dev-python/mypy: remove unused patch.
[gentoo.git] / dev-python / stormpath / files / drop-test-module.patch
1 diff --git a/setup.py b/setup.py
2 index f156b33..cc6f16a 100644
3 --- a/setup.py
4 +++ b/setup.py
5 @@ -87,7 +87,7 @@ setup(
6          'python-dateutil>=2.4.0',
7          'pydispatcher>=2.0.5'
8      ],
9 -    packages = find_packages(exclude=['tests']),
10 +    packages = find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
11      classifiers = [
12          'Development Status :: 5 - Production/Stable',
13          'Intended Audience :: Developers',