summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 6d7d0873e5f87b671b4555aa4d4f2e7d3e9c4c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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