mirror of
https://github.com/ansible/awx.git
synced 2026-01-07 14:02:07 -03:30
16 lines
248 B
INI
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
|