awx/setup.cfg

16 lines
248 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