Fix the way we include i18n files in sdist

This commit is contained in:
Shane McDonald
2017-10-06 11:57:08 -04:00
parent 5bcf704b76
commit f97ca9c42f
2 changed files with 3 additions and 3 deletions

View File

@@ -155,9 +155,7 @@ setup(
},
data_files = proc_data_files([
("%s" % homedir, ["config/wsgi.py",
"awx/static/favicon.ico",
"awx/locale/*/LC_MESSAGES/*.po",
"awx/locale/*/LC_MESSAGES/*.mo"]),
"awx/static/favicon.ico"]),
("%s" % siteconfig, ["config/awx-nginx.conf"]),
# ("%s" % webconfig, ["config/uwsgi_params"]),
("%s" % sharedir, ["tools/scripts/request_tower_configuration.sh","tools/scripts/request_tower_configuration.ps1"]),