mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fix the way we include i18n files in sdist
This commit is contained in:
parent
5bcf704b76
commit
f97ca9c42f
@ -1,4 +1,6 @@
|
||||
recursive-include awx *.py
|
||||
recursive-include awx *.po
|
||||
recursive-include awx *.mo
|
||||
recursive-include awx/static *
|
||||
recursive-include awx/templates *.html
|
||||
recursive-include awx/api/templates *.md *.html
|
||||
|
||||
4
setup.py
4
setup.py
@ -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"]),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user