diff --git a/setup.py b/setup.py index e7c6a6b..0e1267b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup(name=pname, 'operations: two-way data transfer, log collection, ' 'remote command execution'), long_description=open('README.md').read(), - packages=[pname, '%s_data' % pname], + packages=[pname, '%s.modules' % pname, '%s_data' % pname], install_requires=['pyyaml'], include_package_data=True, entry_points={'console_scripts': ['%s=%s.cli:main' % (pname, pname)]},