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

Index: python-django-djblets-0.7~git20120402+dfsg/setup.py
===================================================================
--- python-django-djblets-0.7~git20120402+dfsg.orig/setup.py	2012-04-26 16:13:46.000000000 +0300
+++ python-django-djblets-0.7~git20120402+dfsg/setup.py	2012-04-26 16:17:15.000000000 +0300
@@ -56,7 +56,7 @@
       test_suite="dummy",
       license="MIT",
       description="A collection of useful classes and functions for Django",
-      packages=find_packages(),
+      packages=find_packages(exclude=('tests',)),
       install_requires=[
           'Django>=1.4',
           'PIL',
