diff options
author | Shane McDonald <me@shanemcd.com> | 2017-10-06 17:57:08 +0200 |
---|---|---|
committer | Shane McDonald <me@shanemcd.com> | 2017-10-06 17:57:08 +0200 |
commit | f97ca9c42fb3bcdcb21d88fe84373ad576cd2a64 (patch) | |
tree | ae6ce1bede1d8d81eb22a06e2382872f33901fba /MANIFEST.in | |
parent | Merge pull request #501 from wwitzel3/release_3.2.1 (diff) | |
download | awx-f97ca9c42fb3bcdcb21d88fe84373ad576cd2a64.tar.xz awx-f97ca9c42fb3bcdcb21d88fe84373ad576cd2a64.zip |
Fix the way we include i18n files in sdist
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
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 |