Commit c03fec48 by Michael DeHaan

Merge pull request #419 from jtacoma/devel

Listed python sub-packages in setup.py.
parents f96be11a 0f7ab7cb
......@@ -22,6 +22,9 @@ setup(name='ansible',
package_dir={ 'ansible': 'lib/ansible' },
packages=[
'ansible',
'ansible.inventory',
'ansible.playbook',
'ansible.runner',
],
scripts=[
'bin/ansible',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment