Skip to content

Commit

Permalink
Include *.ps1 files in the library for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Aug 7, 2014
1 parent 0fa5a19 commit 4bf826f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include examples/hosts
include examples/ansible.cfg
graft examples/playbooks
include packaging/distutils/setup.py
include lib/ansible/module_common/*.ps1
include lib/ansible/module_utils/powershell.ps1
recursive-include docs *
recursive-include library *
include Makefile
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
'ansible.callback_plugins',
'ansible.module_utils'
],
package_data={
'': ['module_utils/*.ps1'],
},
scripts=[
'bin/ansible',
'bin/ansible-playbook',
Expand Down

0 comments on commit 4bf826f

Please sign in to comment.