mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #10438 from jhermann/patch-1
Generic package_dir mapping in setup.py (closes #10437)
This commit is contained in:
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'],
|
||||
|
||||
Reference in New Issue
Block a user