forked from freedomofpress/securedrop-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
31 lines (25 loc) · 832 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
31
include requirements/build-requirements.txt
include requirements/requirements.txt
include README.md
include LICENSE
include changelog.md
include setup.py
include files/alembic.ini
include files/client.ini
include files/securedrop-client
include files/securedrop-client.desktop
include files/sd-app-qubes-gpg-domain.sh
include files/usr.bin.securedrop-client
recursive-include alembic *
recursive-include securedrop_client *
recursive-exclude alembic *.pyc
recursive-exclude securedrop_client *.pyc
# --- LOCALIZATION ---
# Translations may appear in the tree before we consider them supported, so
# don't include any by default.
prune securedrop_client/locale
# Explicitly include only supported translations, one line for each $LANG, like:
#
# graft securedrop_client/locale/$LANG
#
# Please keep this list alphabetized.