mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Fix removal of .git from modules directories
Also changed the setup.py maintainers email to our default support one. Fixes #11051
This commit is contained in:
parent
8ad52c2e4f
commit
373830b5df
2 changed files with 3 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ setup(name='ansible',
|
|||
version=__version__,
|
||||
description='Radically simple IT automation',
|
||||
author=__author__,
|
||||
author_email='michael@ansible.com',
|
||||
author_email='support@ansible.com',
|
||||
url='http://ansible.com/',
|
||||
license='GPLv3',
|
||||
install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 'pycrypto >= 2.6', 'six'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue