mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Mass rename from ansible_(awx|tower) -> (awx|tower)
This commit is contained in:
6
setup.py
6
setup.py
@@ -123,12 +123,12 @@ def proc_data_files(data_files):
|
||||
|
||||
|
||||
setup(
|
||||
name=os.getenv('NAME', 'ansible-awx'),
|
||||
name=os.getenv('NAME', 'awx'),
|
||||
version=get_version(),
|
||||
author='Ansible, Inc.',
|
||||
author_email='info@ansible.com',
|
||||
description='ansible-awx: API, UI and Task Engine for Ansible',
|
||||
long_description='Ansible AWX provides a web-based user interface, REST API and '
|
||||
description='awx: API, UI and Task Engine for Ansible',
|
||||
long_description='AWX provides a web-based user interface, REST API and '
|
||||
'task engine built on top of Ansible',
|
||||
license='MIT',
|
||||
keywords='ansible',
|
||||
|
||||
Reference in New Issue
Block a user