awx/setup.cfg
Chris Meyers 4328093c05 Use awx-plugins instead
* Instead of sourcing cred and inv plugins from the awx repo awx_plugins
  local directory, source them from the python package awx-plugins-core.
2024-09-04 14:46:22 -04:00

17 lines
249 B
INI

[metadata]
name = awx
author = Red Hat
author_email = info@ansible.com
version = attr: awx.get_version
[options]
packages =
awx
zip_safe = False
include_package_data = True
[options.entry_points]
console_scripts =
awx-manage = awx:manage