keystone/MANIFEST.in
Alfredo Moralejo d87a098cc2 Add .mo files to MANIFEST.in
Translations .mo files created with compile_catalog should
be included in the build if they exist.

Additionally, .pot files have been removed from source git in
https://review.openstack.org/307589 so they can be ignored in
MANIFEST.in.

Closes-Bug: 1583611

Change-Id: Ia0c87360d34936d432eceb22210f03f8592c6fec
2016-05-19 15:40:17 +02:00

22 lines
472 B
Plaintext

include AUTHORS
include babel.cfg
include ChangeLog
include CONTRIBUTING.rst
include LICENSE
include HACKING.rst
include README.rst
include openstack-common.conf
include run_tests.sh
include setup.cfg
include setup.py
include tox.ini
include etc/*
include httpd/*
graft bin
graft doc
graft keystone/tests
graft tools
graft examples
recursive-include keystone *.json *.xml *.cfg *.pem README *.po *.mo *.sql
global-exclude *.pyc *.sdx *.log *.db *.swp keystone/tests/tmp/*