Skip to content

Commit

Permalink
Fix removal of .git from modules directories
Browse files Browse the repository at this point in the history
Also changed the setup.py maintainers email to our default support one.

Fixes ansible#11051
  • Loading branch information
jimi-c committed Jul 13, 2015
1 parent 8ad52c2 commit 373830b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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'],
Expand Down

0 comments on commit 373830b

Please sign in to comment.