Backport #37151 for 2.5 (#37154)

* Add ansible-config and ansible-inventory to setup.py scripts (#37151)

(cherry picked from commit bd43776acf)

* Add changelog entry for #37151
pull/37156/head
Matt Martz 8 years ago committed by GitHub
parent f230d8e9c4
commit 3b1be8d881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- setup.py - Ensure we install ansible-config and ansible-inventory with `pip install -e` (https://github.com/ansible/ansible/pull/37151)

@ -218,6 +218,8 @@ setup(
'bin/ansible-console',
'bin/ansible-connection',
'bin/ansible-vault',
'bin/ansible-config',
'bin/ansible-inventory',
],
data_files=[],
extras_require=extra_requirements,

Loading…
Cancel
Save