forked from cmusphinx/pocketsphinx-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
21 lines (21 loc) · 691 Bytes
/
MANIFEST.in
File metadata and controls
21 lines (21 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
prune build
prune dist
recursive-include sphinxbase/include *.h
recursive-include sphinxbase/src *.c
recursive-include sphinxbase/src *.h
recursive-include sphinxbase/swig *.i
prune sphinxbase/include/wince
prune sphinxbase/include/android
prune sphinxbase/src/sphinx_adtools
prune sphinxbase/src/sphinx_cepview
prune sphinxbase/src/sphinx_fe
prune sphinxbase/src/sphinx_jsgf2fsg
prune sphinxbase/src/sphinx_lmtools
recursive-include pocketsphinx/include *.h
recursive-include pocketsphinx/src *.c
recursive-include pocketsphinx/src *.h
recursive-include pocketsphinx/swig *.i
prune pocketsphinx/src/gst-plugin
prune pocketsphinx/src/programs
include readme.md
recursive-include include *.h