mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -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
|
@ -15,5 +15,7 @@ include VERSION
|
|||
include MANIFEST.in
|
||||
include contrib/README.md
|
||||
include contrib/inventory *
|
||||
exclude lib/ansible/modules/core/.git*
|
||||
exclude lib/ansible/modules/extras/.git*
|
||||
prune lib/ansible/modules/core/.git
|
||||
prune lib/ansible/modules/extras/.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue