Skip to content

Commit 067ad90

Browse files
committed
Merge branch 'master' of github.com:nateshmbhat/pyttsx3
2 parents de090d4 + 2adcb60 commit 067ad90

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ Feel free to wrap another text-to-speech engine for use with ``pyttsx3``.
7474

7575
### Project Links :
7676

77-
* PyPI (https://pypi.python.org)
77+
* PyPI (https://pypi.org/project/pyttsx3/)
7878
* GitHub (https://github.com/nateshmbhat/pyttsx3)
7979
* Full Documentation (https://pyttsx3.readthedocs.org)

setup.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@
1212
}
1313

1414
# Ubuntu: sudo apt install espeak ffmpeg
15-
install_requires = []
16-
if platform.system() == 'Windows':
17-
install_requires += [
18-
'comtypes'
19-
]
20-
elif platform.system() == 'Darwin':
21-
install_requires += [
22-
'pyobjc>=2.4'
23-
]
24-
2515

2616
with open('README.rst', 'r') as f:
2717
long_description = f.read()
@@ -37,7 +27,6 @@
3727
author='Natesh M Bhat',
3828
url='https://github.com/nateshmbhat/pyttsx3',
3929
author_email='[email protected]',
40-
install_requires=install_requires ,
4130
keywords=['pyttsx' , 'ivona','pyttsx for python3' , 'TTS for python3' , 'pyttsx3' ,'text to speech for python','tts','text to speech','speech','speech synthesis','offline text to speech','offline tts','gtts'],
4231
classifiers = [
4332
'Intended Audience :: End Users/Desktop',

0 commit comments

Comments
 (0)