Skip to content

Commit

Permalink
moved contrib into manifest from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Jul 10, 2015
1 parent aaad33c commit 42357f7
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 @@ -14,5 +14,7 @@ recursive-include plugins *
include Makefile
include VERSION
include MANIFEST.in
include contrib/README.md
include contrib/inventory *
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 @@ -25,7 +25,7 @@
package_dir={ '': 'lib' },
packages=find_packages('lib'),
package_data={
'': ['module_utils/*.ps1', 'modules/core/windows/*.ps1', 'modules/extras/windows/*.ps1', 'contrib/README.md', 'contrib/inventory/*'],
'': ['module_utils/*.ps1', 'modules/core/windows/*.ps1', 'modules/extras/windows/*.ps1'],
},
scripts=[
'bin/ansible',
Expand Down

0 comments on commit 42357f7

Please sign in to comment.