Description: exclude tests
Author: Dmitry Nezhevenko <dion@dion.org.ua>

Index: django-pipeline-1.2.2.1/setup.py
===================================================================
--- django-pipeline-1.2.2.1.orig/setup.py	2012-05-17 19:51:39.000000000 +0300
+++ django-pipeline-1.2.2.1/setup.py	2012-05-17 20:02:29.000000000 +0300
@@ -12,7 +12,7 @@
     author='Timothée Peignier',
     author_email='timothee.peignier@tryphon.org',
     url='https://github.com/cyberdelia/django-pipeline',
-    packages=find_packages(),
+    packages=find_packages(exclude=('tests', 'tests.tests.*', 'tests.*',)),
     zip_safe=False,
     include_package_data=True,
     classifiers=[
