From 2268a37d4d1ee93e7eb1b2eec656251f263adcf2 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 25 Mar 2020 08:18:33 -0700 Subject: Rename package to ansible-base --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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__, -- cgit v1.2.1