Skip to content

Commit

Permalink
Listed python sub-packages in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtacoma committed May 29, 2012
1 parent f96be11 commit 0f7ab7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
package_dir={ 'ansible': 'lib/ansible' },
packages=[
'ansible',
'ansible.inventory',
'ansible.playbook',
'ansible.runner',
],
scripts=[
'bin/ansible',
Expand Down

0 comments on commit 0f7ab7c

Please sign in to comment.