mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Generic package_dir mapping in setup.py (closes #10437)
This commit is contained in:
parent
f229b770b2
commit
597c0f48f5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ setup(name='ansible',
|
|||
url='http://ansible.com/',
|
||||
license='GPLv3',
|
||||
install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 'pycrypto >= 2.6'],
|
||||
package_dir={ 'ansible': 'lib/ansible' },
|
||||
package_dir={ '': 'lib' },
|
||||
packages=find_packages('lib'),
|
||||
package_data={
|
||||
'': ['module_utils/*.ps1', 'modules/core/windows/*.ps1', 'modules/extras/windows/*.ps1'],
|
||||
|
|
Loading…
Reference in a new issue