summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2020-03-25 08:18:33 -0700
committerToshio Kuratomi <a.badger@gmail.com>2020-03-26 08:12:17 -0700
commit2268a37d4d1ee93e7eb1b2eec656251f263adcf2 (patch)
treec1581927d80ca391817aa1716b6f70797a575fb7 /setup.py
parentc61f141bbc97e0d17dffc7da5e560e8786613b6c (diff)
downloadansible-2268a37d4d1ee93e7eb1b2eec656251f263adcf2.tar.gz
Rename package to ansible-base
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ced8c8baaf..dc38513097 100644
--- a/setup.py
+++ b/setup.py
@@ -257,7 +257,7 @@ static_setup_params = dict(
'install_scripts': InstallScriptsCommand,
'sdist': SDistCommand,
},
- name='ansible',
+ name='ansible-base',
version=__version__,
description='Radically simple IT automation',
author=__author__,