summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-12 07:20:09 +0000
committerGerrit Code Review <review@openstack.org>2014-10-12 07:20:09 +0000
commit5fcd462ead107b9aec80819ef07291bcda537573 (patch)
tree619b4764ab6b112320661965f1a665ac8d4459cf /MANIFEST.in
parentc39867f9800f163134a3097b5315f3c048c08128 (diff)
parentb61db3eb725d19d991c9eac39546c2a6dbc6ffbd (diff)
downloadpython-openstackclient-5fcd462ead107b9aec80819ef07291bcda537573.tar.gz
Merge "Add translation markers for user v2 actions"
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 fd87b80f..aeabc0d3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,10 +1,12 @@
include AUTHORS
+include babel.cfg
include ChangeLog
include LICENSE
include README.rst
recursive-include doc *
recursive-include tests *
+recursive-include python-openstackclient *.po *.pot
exclude .gitignore
exclude .gitreview