Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit f6f0022

Browse files
committed
Fixed MANIFEST.in
1 parent 79389a8 commit f6f0022

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

MANIFEST.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,11 @@ prune sphinxbase/src/sphinx_cepview
1212
prune sphinxbase/src/sphinx_fe
1313
prune sphinxbase/src/sphinx_jsgf2fsg
1414
prune sphinxbase/src/sphinx_lmtools
15-
exclude sphinxbase/swig/python/sphinxbase.py
16-
exclude sphinxbase/swig/sphinxbase_wrap.c
1715
recursive-include pocketsphinx/include *.h
1816
recursive-include pocketsphinx/src *.c
1917
recursive-include pocketsphinx/src *.h
2018
recursive-include pocketsphinx/swig *.i
2119
prune pocketsphinx/src/gst-plugin
2220
prune pocketsphinx/src/programs
23-
exclude pocketsphinx/swig/python/pocketsphinx.py
24-
exclude pocketsphinx/swig/pocketsphinx_wrap.c
2521
include readme.md
2622
recursive-include include *.h

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153

154154
setup(
155155
name='pocketsphinx',
156-
version='0.0.1',
156+
version='0.0.3',
157157
description='Python interface to CMU SphinxBase and PocketSphinx libraries',
158158
long_description=__doc__,
159159
author='Dmitry Prazdnichnov',

0 commit comments

Comments
 (0)