ansible/test/integration/targets/collections_runtime_pythonpath/ansible-collection-python-dist-boo/setup.cfg
Matt Martz 8d8c73729f
Merge pull request #67093 from sivel/acd-content-dir
Add content dir where Ansible will look for the content provided by ACD
2020-03-23 23:30:40 +01:00

15 lines
355 B
INI

[metadata]
name = ansible-collections.python.dist
version = 1.0.0rc2.post3.dev4
[options]
package_dir =
= .
packages =
ansible_collections
ansible_collections.python
ansible_collections.python.dist
ansible_collections.python.dist.plugins
ansible_collections.python.dist.plugins.modules
zip_safe = True
include_package_data = True