mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Include bin/ansible-pull as part of the sdist in distutils.
This commit is contained in:
parent
a7cd16a016
commit
04ff248c62
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -29,6 +29,7 @@ setup(name='ansible',
|
||||||
],
|
],
|
||||||
scripts=[
|
scripts=[
|
||||||
'bin/ansible',
|
'bin/ansible',
|
||||||
'bin/ansible-playbook'
|
'bin/ansible-playbook',
|
||||||
|
'bin/ansible-pull'
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue