1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

Merge pull request #3726 from wenottingham/support-fu

Remove support@ansible.com, clean up some old links.
This commit is contained in:
Bill Nottingham 2016-10-17 15:21:41 -04:00 committed by GitHub
commit 83892b0d5f
2 changed files with 6 additions and 6 deletions

View File

@ -79,13 +79,13 @@ setup(
name='ansible-tower', name='ansible-tower',
version=__version__.split("-")[0], # FIXME: Should keep full version here? version=__version__.split("-")[0], # FIXME: Should keep full version here?
author='Ansible, Inc.', author='Ansible, Inc.',
author_email='support@ansible.com', author_email='info@ansible.com',
description='ansible-tower: API, UI and Task Engine for Ansible', 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', 'task engine built on top of Ansible',
license='Proprietary', license='Proprietary',
keywords='ansible', keywords='ansible',
url='http://github.com/ansible/ansible-commander', url='http://github.com/ansible/ansible-tower',
packages=['awx'], packages=['awx'],
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,

View File

@ -2,11 +2,11 @@ Metadata-Version: 1.1
Name: ansible-tower Name: ansible-tower
Version: 3.0.0-0.devel Version: 3.0.0-0.devel
Summary: ansible-tower: API, UI and Task Engine for Ansible 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: Ansible, Inc.
Author-email: support@ansible.com Author-email: info@ansible.com
License: Proprietary 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 Keywords: ansible
Platform: UNKNOWN Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable Classifier: Development Status :: 5 - Production/Stable