-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
19 lines (19 loc) · 862 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include LICENSE README.md
recursive-include touchtechnology/admin/locale *
recursive-include touchtechnology/admin/static *
recursive-include touchtechnology/admin/templates *
recursive-include touchtechnology/common/locale *
recursive-include touchtechnology/common/static *
recursive-include touchtechnology/common/templates *
recursive-include touchtechnology/content/locale *
recursive-include touchtechnology/content/static *
recursive-include touchtechnology/content/templates *
recursive-include touchtechnology/news/locale *
recursive-include touchtechnology/news/static *
recursive-include touchtechnology/news/templates *
recursive-include tournamentcontrol/competition/locale *
recursive-include tournamentcontrol/competition/static *
recursive-include tournamentcontrol/competition/templates *
recursive-exclude * *.py[co]
exclude .tox
exclude tests