dev-python/stormpatch: add version 2.0.8

Package-Manager: portage-2.2.20
This commit is contained in:
Alex Brandt
2015-08-11 13:07:26 -05:00
parent 9cdef87270
commit 85296281f6
4 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index f156b33..cc6f16a 100644
--- a/setup.py
+++ b/setup.py
@@ -87,7 +87,7 @@ setup(
'python-dateutil>=2.4.0',
'pydispatcher>=2.0.5'
],
- packages = find_packages(exclude=['tests']),
+ packages = find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests']),
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',