fix: modules not installed
Change-Id: Ie0723a06f9ee7956b786705c242e91b31b572aa0
This commit is contained in:
parent
acc17e3fe8
commit
6c0cd0419f
2
setup.py
2
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)]},
|
||||
|
Loading…
x
Reference in New Issue
Block a user