Description: Remove tests from the distribution package
   * Exlude tests from the installation (Closes: #792767)
Author: Aigars Mahinovs <aigarius@debian.org>
Bug-Debian: https://bugs.debian.org/792767

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- python-zipstream-1.1.0.orig/setup.py
+++ python-zipstream-1.1.0/setup.py
@@ -9,7 +9,7 @@ setup(
     author='Allan Lei',
     author_email='allanlei@helveticode.com',
     url='https://github.com/allanlei/python-zipstream',
-    packages=find_packages(),
+    packages=['zipstream'],
     keywords='zip streaming',
     test_suite='nose.collector',
     tests_require=['nose'],
