Commit 200dd4d9 by Michael DeHaan

Merge pull request #819 from tbielawa/addPullToSdist

Include bin/ansible-pull as part of the sdist in distutils.
parents eab71aae 04ff248c
......@@ -29,6 +29,7 @@ setup(name='ansible',
],
scripts=[
'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