mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
powershell setup fixes (#27516)
* fixes #27374 * recursively include top 2 levels of .psm1's under module_utils/powershell * recursively include top 2 levels of .ps1's under modules/windows (for future restructuring)
This commit is contained in:
parent
bc3c315bc8
commit
dae8857d3d
2 changed files with 4 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -172,9 +172,10 @@ setup(
|
|||
packages=find_packages('lib'),
|
||||
package_data={
|
||||
'': [
|
||||
'module_utils/*.ps1',
|
||||
'modules/windows/*.ps1',
|
||||
'module_utils/powershell/*.psm1',
|
||||
'module_utils/powershell/*/*.psm1',
|
||||
'modules/windows/*.ps1',
|
||||
'modules/windows/*/*.ps1',
|
||||
'galaxy/data/*/*.*',
|
||||
'galaxy/data/*/*/.*',
|
||||
'galaxy/data/*/*/*.*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue