Skip to content

Commit

Permalink
Updating setup.py to remove extras specific paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c authored and mattclay committed Dec 8, 2016
1 parent bd7ce06 commit 4f55f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
package_dir={ '': 'lib' },
packages=find_packages('lib'),
package_data={
'': ['module_utils/*.ps1', 'modules/core/windows/*.ps1', 'modules/extras/windows/*.ps1', 'galaxy/data/*/*.*', 'galaxy/data/*/*/*.*', 'galaxy/data/*/tests/inventory'],
'': ['module_utils/*.ps1', 'modules/windows/*.ps1', 'modules/windows/*.ps1', 'galaxy/data/*/*.*', 'galaxy/data/*/*/*.*', 'galaxy/data/*/tests/inventory'],
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 4f55f03

Please sign in to comment.