Include bin/ansible-pull as part of the sdist in distutils.

pull/4420/head
Tim Bielawa 2012-08-09 10:39:34 -04:00
parent a7cd16a016
commit 04ff248c62
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ setup(name='ansible',
],
scripts=[
'bin/ansible',
'bin/ansible-playbook'
'bin/ansible-playbook',
'bin/ansible-pull'
]
)