summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2017-10-06 17:57:08 +0200
committerShane McDonald <me@shanemcd.com>2017-10-06 17:57:08 +0200
commitf97ca9c42fb3bcdcb21d88fe84373ad576cd2a64 (patch)
treeae6ce1bede1d8d81eb22a06e2382872f33901fba /MANIFEST.in
parentMerge pull request #501 from wwitzel3/release_3.2.1 (diff)
downloadawx-f97ca9c42fb3bcdcb21d88fe84373ad576cd2a64.tar.xz
awx-f97ca9c42fb3bcdcb21d88fe84373ad576cd2a64.zip
Fix the way we include i18n files in sdist
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ff4d8ccddb..3c687ce2da 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -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