mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
AnsibleWorks -> Ansible
This commit is contained in:
parent
83f43b82ad
commit
d07a3b5e9b
13 changed files with 32 additions and 32 deletions
4
setup.py
4
setup.py
|
@ -19,8 +19,8 @@ setup(name='ansible',
|
|||
version=__version__,
|
||||
description='Radically simple IT automation',
|
||||
author=__author__,
|
||||
author_email='michael@ansibleworks.com',
|
||||
url='http://ansibleworks.com/',
|
||||
author_email='michael@ansible.com',
|
||||
url='http://ansible.com/',
|
||||
license='GPLv3',
|
||||
install_requires=['paramiko', 'jinja2', "PyYAML"],
|
||||
package_dir={ 'ansible': 'lib/ansible' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue