diff --git a/setup.py b/setup.py
index a1e6e84..41d7475 100644
--- a/setup.py
+++ b/setup.py
@@ -19,9 +19,10 @@ setup(name='pwnagotchi',
       install_requires=required,
       scripts=['bin/pwnagotchi'],
       package_data={'pwnagotchi': ('pwnagotchi/defaults.yml',)},
+      packages=find_packages(),
       classifiers=[
           'Programming Language :: Python :: 3',
           'Development Status :: 5 - Production/Stable',
           'License :: OSI Approved :: GNU General Public License (GPL)',
           'Environment :: Console',
-      ])
\ No newline at end of file
+      ])