-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathMANIFEST.in
More file actions
31 lines (28 loc) · 757 Bytes
/
MANIFEST.in
File metadata and controls
31 lines (28 loc) · 757 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
30
31
include README.md
include LICENSE
include requirements.txt
include *.md
include *.txt
include *.yaml
include *.yml
recursive-include chunkformer *.py
recursive-include chunkformer *.yaml
recursive-include chunkformer *.yml
recursive-include chunkformer *.txt
recursive-include chunkformer *.bin
recursive-include chunkformer *.tsv
recursive-include chunkformer *.wav
recursive-include chunkformer *.pdf
recursive-include chunkformer *.png
recursive-include chunkformer *.jpg
recursive-include chunkformer *.jpeg
recursive-include docs *
recursive-include data *
# Exclude compiled Python files
global-exclude *.py[cod]
global-exclude __pycache__
global-exclude *.so
global-exclude .DS_Store
global-exclude .git*
global-exclude *.swp
global-exclude *.swo