Commit 04ff248c by Tim Bielawa

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

parent a7cd16a0
...@@ -29,6 +29,7 @@ setup(name='ansible', ...@@ -29,6 +29,7 @@ setup(name='ansible',
], ],
scripts=[ scripts=[
'bin/ansible', 'bin/ansible',
'bin/ansible-playbook' 'bin/ansible-playbook',
'bin/ansible-pull'
] ]
) )
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