-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathMANIFEST.in
30 lines (23 loc) · 838 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
27
28
29
30
# Templates
recursive-include transifex/templates *.html *.txt *.tmpl
recursive-include transifex/*/templates *.html *.txt *.tmpl
# Settings
recursive-include transifex/settings *.conf *.conf.sample
exclude transifex/settings/*-local.conf
# Media
recursive-include transifex/static *.js *.css *.png *.jpg *.gif *.ico
# Fixtures
recursive-include transifex/*/fixtures *.json
# Addons
recursive-include transifex/addons/*/templates *.html *.txt *.tmpl
recursive-include transifex/addons/*/settings *.conf *.conf.sample
recursive-include transifex/addons/*/static *.js *.css *.png *.jpg *.gif *.ico
recursive-include transifex/addons/*/fixtures *.json
# Translations
include transifex/locale/LINGUAS
recursive-include transifex/locale *.po
# Docs
include LICENSE README
# Other
recursive-include build-tools *
include requirements.txt