Fixes dependency error in setup.py

Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
diff --git a/setup.py b/setup.py
index c751cbf..c3c735d 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@
     maintainer_email=_maintainer_email,
     url=_url,
     license=_license,
-    packages=setuptools.find_packages(),
+    packages=[_name],
     include_package_data=True,
     install_requires=[
         "kafka==1.3.*",