forked from foxmask/django-th
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
72 lines (54 loc) · 2.16 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
exclude django_th/local_settings.py manage.py django_th/settings_docker.py requirements-docker.txt Dockerfile docker-compose.yml
include *.txt *.rst
recursive-include django_th *.html *.png *.css *.gif *.jpg *.jpeg
recursive-include django_th/static *
recursive-include django_th/templates *
recursive-include th_evernote *.html
recursive-include th_evernote/templates *
recursive-include th_evernote/migrations *
recursive-include th_github *.html
recursive-include th_github/templates *
recursive-include th_github/migrations *
recursive-include th_joplin *.html
recursive-include th_joplin/templates *
recursive-include th_joplin/migrations *
recursive-include th_mastodon *.html
recursive-include th_mastodon/templates *
recursive-include th_mastodon/migrations *
recursive-include th_pelican *.html
recursive-include th_pelican/templates *
recursive-include th_pelican/migrations *
recursive-include th_pocket *.html
recursive-include th_pocket/templates *
recursive-include th_pocket/migrations *
recursive-include th_pushbullet *.html
recursive-include th_pushbullet/templates *
recursive-include th_pushbullet/migrations *
recursive-include th_reddit *.html
recursive-include th_reddit/templates *
recursive-include th_reddit/migrations *
recursive-include th_rss *.html
recursive-include th_rss/templates *
recursive-include th_slack *.html
recursive-include th_slack/templates *
recursive-include th_slack/migrations *
recursive-include th_taiga *.html
recursive-include th_taiga/templates *
recursive-include th_taiga/migrations *
recursive-include th_todoist *.html
recursive-include th_todoist/templates *
recursive-include th_todoist/migrations *
recursive-include th_trello *.html
recursive-include th_trello/templates *
recursive-include th_trello/migrations *
recursive-include th_tumblr *.html
recursive-include th_tumblr/templates *
recursive-include th_tumblr/migrations *
recursive-include th_twitter *.html
recursive-include th_twitter/templates *
recursive-include th_twitter/migrations *
recursive-include th_wallabag *.html
recursive-include th_wallabag/templates *
recursive-include th_wallabag/migrations *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]