swift/MANIFEST.in
Alfredo Moralejo 9ae3ee5a8b Fix locale directory in MANIFEST.in
Actual location is swift/locale, not locale.

This makes build to not include .mo files if they have been created
previously with compile_catalog.

Change-Id: I907e9bd6dde57cb9ed718656e56a313e82bad128
Closes-Bug: 1583618
2016-05-19 15:56:15 +02:00

13 lines
321 B
Plaintext

include AUTHORS LICENSE .functests .unittests .probetests test/__init__.py
include CHANGELOG CONTRIBUTING.rst README.rst
include babel.cfg
include test/sample.conf
include tox.ini
include requirements.txt test-requirements.txt
graft doc
graft etc
graft swift/locale
graft test/functional
graft test/probe
graft test/unit