diff options
author | Bill Nottingham <notting@splat.cc> | 2016-10-13 22:41:34 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2016-10-13 22:41:34 +0200 |
commit | afb1fe8d69585e4f79c10a8409e442dfa938e7e7 (patch) | |
tree | 9cf3b3ee39eb8fc28cb804ca1c756bb0f92a2c88 /setup.py | |
parent | Merge pull request #3708 from AlanCoding/ancestors_PR (diff) | |
download | awx-afb1fe8d69585e4f79c10a8409e442dfa938e7e7.tar.xz awx-afb1fe8d69585e4f79c10a8409e442dfa938e7e7.zip |
Remove support@ansible.com, clean up some old links.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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, |