Skip to content

Commit

Permalink
Generic package_dir mapping in setup.py (closes ansible#10437)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Mar 12, 2015
1 parent f229b77 commit 597c0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
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'],
Expand Down

0 comments on commit 597c0f4

Please sign in to comment.