summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2019-07-23 15:52:38 -0500
committerGitHub <noreply@github.com>2019-07-23 15:52:38 -0500
commit65bedaf074257ec85239843cec1352da66621338 (patch)
tree455d10f9176d98d60f390bb9874d1cc10da74291 /setup.py
parent44a262714cc316f2c70be5654b1a15898af1189e (diff)
downloadansible-65bedaf074257ec85239843cec1352da66621338.tar.gz
Ensure package_data matches collections_galaxy_meta.yml. Fixes #59451 (#59452)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8ef8dcb15d..5b4650e16e 100644
--- a/setup.py
+++ b/setup.py
@@ -265,6 +265,7 @@ static_setup_params = dict(
'module_utils/powershell/*/*.psm1',
'modules/windows/*.ps1',
'modules/windows/*/*.ps1',
+ 'galaxy/data/*.*',
'galaxy/data/*/*.*',
'galaxy/data/*/.*',
'galaxy/data/*/*/.*',