mirror of https://github.com/ansible/ansible.git
Use package_data instead of include_package_data (#80652)
This resolves warnings generated by setuptools such as the following: _Warning: Package 'ansible.galaxy.data' is absent from the `packages` configuration.pull/80653/head
parent
0c63b9622e
commit
5ac292e12d
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Use ``package_data`` instead of ``include_package_data`` for ``setup.cfg`` to avoid ``setuptools`` warnings.
|
Loading…
Reference in New Issue