-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:nateshmbhat/pyttsx3
- Loading branch information
Showing
2 changed files
with
1 addition
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,16 +12,6 @@ | |
} | ||
|
||
# Ubuntu: sudo apt install espeak ffmpeg | ||
install_requires = [] | ||
if platform.system() == 'Windows': | ||
install_requires += [ | ||
'comtypes' | ||
] | ||
elif platform.system() == 'Darwin': | ||
install_requires += [ | ||
'pyobjc>=2.4' | ||
] | ||
|
||
|
||
with open('README.rst', 'r') as f: | ||
long_description = f.read() | ||
|
@@ -37,7 +27,6 @@ | |
author='Natesh M Bhat', | ||
url='https://github.com/nateshmbhat/pyttsx3', | ||
author_email='[email protected]', | ||
install_requires=install_requires , | ||
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'], | ||
classifiers = [ | ||
'Intended Audience :: End Users/Desktop', | ||
|