Commit f22fff9b587339988ff44e16528880d490731128
1 parent
faf297e9
Exists in
spb-release/3.0
and in
2 other branches
Including locale directory in MANIFEST.in file
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
MANIFEST.in
1 | include README.rst | 1 | include README.rst |
2 | include MANIFEST.in | 2 | include MANIFEST.in |
3 | recursive-include colab/static * | 3 | recursive-include colab/static * |
4 | +recursive-include colab/locale * | ||
4 | recursive-include colab/proxy/noosfero/static * | 5 | recursive-include colab/proxy/noosfero/static * |
5 | recursive-include colab *.html *.txt *.xml | 6 | recursive-include colab *.html *.txt *.xml |
6 | recursive-include misc * | 7 | recursive-include misc * |