-
Notifications
You must be signed in to change notification settings - Fork 341
Expand file tree
/
Copy pathMANIFEST.in
More file actions
29 lines (29 loc) · 813 Bytes
/
MANIFEST.in
File metadata and controls
29 lines (29 loc) · 813 Bytes
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
include LICENSE
include README.md
include requirements.txt
graft locale
graft static
graft templates
recursive-include **/fixtures *
recursive-include **/static *
recursive-include **/templates *
recursive-include locale/**/django.mo
recursive-exclude static/admin/rosetta *
global-exclude .gitignore
exclude webcrm/local*.py
exclude crm_db
prune **/__pycache__
prune media
include media/docs/empty_file.txt
include media/exported/empty_file.txt
include media/geodb/empty_file.txt
include media/pics/empty_file.txt
include manage.py
include crm/forms/iso_currency_codes.json
include crm/models/to_translate.txt
include massmail/models/to_translate.txt
include tasks/models/to_translate.txt
prune docs
include docs/installation_and_configuration_guide.md
include docs/django-crm_user_guide.md
include CHANGELOG.md