summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py6
-rw-r--r--tools/docker-compose/ansible_tower.egg-info/PKG-INFO6
2 files changed, 6 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index e6e25d4eec..ff268cd81d 100755
--- a/setup.py
+++ b/setup.py
@@ -79,13 +79,13 @@ setup(
name='ansible-tower',
version=__version__.split("-")[0], # FIXME: Should keep full version here?
author='Ansible, Inc.',
- author_email='support@ansible.com',
+ author_email='info@ansible.com',
description='ansible-tower: API, UI and Task Engine for Ansible',
- long_description='AWX provides a web-based user interface, REST API and '
+ long_description='Ansible Tower provides a web-based user interface, REST API and '
'task engine built on top of Ansible',
license='Proprietary',
keywords='ansible',
- url='http://github.com/ansible/ansible-commander',
+ url='http://github.com/ansible/ansible-tower',
packages=['awx'],
include_package_data=True,
zip_safe=False,
diff --git a/tools/docker-compose/ansible_tower.egg-info/PKG-INFO b/tools/docker-compose/ansible_tower.egg-info/PKG-INFO
index 61643c7c28..0d78373ace 100644
--- a/tools/docker-compose/ansible_tower.egg-info/PKG-INFO
+++ b/tools/docker-compose/ansible_tower.egg-info/PKG-INFO
@@ -2,11 +2,11 @@ Metadata-Version: 1.1
Name: ansible-tower
Version: 3.0.0-0.devel
Summary: ansible-tower: API, UI and Task Engine for Ansible
-Home-page: http://github.com/ansible/ansible-commander
+Home-page: http://github.com/ansible/ansible-tower
Author: Ansible, Inc.
-Author-email: support@ansible.com
+Author-email: info@ansible.com
License: Proprietary
-Description: AWX provides a web-based user interface, REST API and task engine built on top of Ansible
+Description: Ansible Tower provides a web-based user interface, REST API and task engine built on top of Ansible
Keywords: ansible
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable