forked from translate/pootle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
26 lines (26 loc) · 920 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include AUTHORS INSTALL LICENSE README.rst CONTRIBUTING.rst
recursive-include requirements *.txt
include pootle/dbs/README
include pootle/log/README
include pootle/.pootle_fs/tmp/README
recursive-include docs *
recursive-exclude docs/_themes/.git *
prune docs/_build/doctrees/
exclude docs/_themes/.gitignore
recursive-include pootle/assets *
recursive-include pootle/locale *
prune pootle/translations
recursive-include pootle/translations/tutorial *.po *.pot
recursive-include pootle/translations/terminology *.po *.pot
recursive-include pootle/settings *
recursive-include pootle/static *
recursive-include pootle/templates *
recursive-include pootle/apps/*/templates *
exclude pootle/strings.py
exclude pootle/static/js/strings.js
exclude pootle/assets/js/strings.js
exclude pootle/settings/*-local.conf
prune pootle/static/images/sprite/
prune pootle/static/js/node_modules/*
global-exclude *~
global-exclude *.pyc