Rename package to ansible-base

This commit is contained in:
Toshio Kuratomi 2020-03-25 08:18:33 -07:00
parent c61f141bbc
commit 2268a37d4d

View file

@ -257,7 +257,7 @@ static_setup_params = dict(
'install_scripts': InstallScriptsCommand, 'install_scripts': InstallScriptsCommand,
'sdist': SDistCommand, 'sdist': SDistCommand,
}, },
name='ansible', name='ansible-base',
version=__version__, version=__version__,
description='Radically simple IT automation', description='Radically simple IT automation',
author=__author__, author=__author__,