forked from foxmask/django-th
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
48 lines (36 loc) · 1.49 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
exclude django_th/local_settings.py manage.py django_th/settigngs_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_instapush *.html
recursive-include th_instapush/templates *
recursive-include th_instapush/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_rss *.html
recursive-include th_rss/templates *
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_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]