Description: tests should not be installed
 They would otherwise polute global package namespace.
Author: Michael Fladischer <FladischerMichael@fladi.at>
Last-Update: 2014-08-29
Forwarded: https://github.com/gregmuellegger/django-floppyforms/pull/122

--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
     version=find_version('floppyforms', '__init__.py'),
     author=u'Bruno Renié',
     author_email='bruno@renie.fr',
-    packages=find_packages(),
+    packages=find_packages(exclude=["tests.*", "tests"]),
     include_package_data=True,
     url='https://github.com/gregmuellegger/django-floppyforms',
     license='BSD licence, see LICENSE file',
