summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@splat.cc>2016-10-13 22:41:34 +0200
committerBill Nottingham <notting@splat.cc>2016-10-13 22:41:34 +0200
commitafb1fe8d69585e4f79c10a8409e442dfa938e7e7 (patch)
tree9cf3b3ee39eb8fc28cb804ca1c756bb0f92a2c88 /setup.py
parentMerge pull request #3708 from AlanCoding/ancestors_PR (diff)
downloadawx-afb1fe8d69585e4f79c10a8409e442dfa938e7e7.tar.xz
awx-afb1fe8d69585e4f79c10a8409e442dfa938e7e7.zip
Remove support@ansible.com, clean up some old links.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 3 insertions, 3 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,