forked from serge-community/zing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
25 lines (25 loc) · 839 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
include CREDITS INSTALL LICENSE README.rst CONTRIBUTING.rst
include requirements/base.txt
include requirements/tests.txt
include pootle/dbs/README
include pootle/log/README
recursive-include docs *
recursive-exclude docs/_themes/.git *
exclude docs/_themes/.gitignore
recursive-include pootle/assets *
recursive-include pootle/locale *
prune pootle/locale/*/.translation_index
recursive-include pootle/translations *
recursive-include pootle/settings *
recursive-include pootle/static *
recursive-include pootle/templates *
recursive-include pootle/apps/*/templates *
global-exclude tests.py
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