Remove support@ansible.com, clean up some old links.

Cherry-picked from devel.
This commit is contained in:
Bill Nottingham
2016-10-17 15:18:46 -04:00
parent f988e3791c
commit d89c07a25b
2 changed files with 6 additions and 6 deletions

View File

@@ -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,