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

Commit 14b1dee

Browse files
committed
Fixed compiling on Python 2.7
1 parent f6f0022 commit 14b1dee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@
134134

135135
swig_opts = ['-modern']
136136

137-
if not PY2:
138-
swig_opts.append('-py3')
139-
140137
sb_swig_opts = (
141138
swig_opts +
142139
['-I' + h for h in sb_include_dirs] +
@@ -153,7 +150,7 @@
153150

154151
setup(
155152
name='pocketsphinx',
156-
version='0.0.3',
153+
version='0.0.4',
157154
description='Python interface to CMU SphinxBase and PocketSphinx libraries',
158155
long_description=__doc__,
159156
author='Dmitry Prazdnichnov',

0 commit comments

Comments
 (0)