Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nateshmbhat/pyttsx3
Browse files Browse the repository at this point in the history
  • Loading branch information
nateshmbhat committed Feb 1, 2020
2 parents de090d4 + 2adcb60 commit 067ad90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ Feel free to wrap another text-to-speech engine for use with ``pyttsx3``.

### Project Links :

* PyPI (https://pypi.python.org)
* PyPI (https://pypi.org/project/pyttsx3/)
* GitHub (https://github.com/nateshmbhat/pyttsx3)
* Full Documentation (https://pyttsx3.readthedocs.org)
11 changes: 0 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -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',
Expand Down

0 comments on commit 067ad90

Please sign in to comment.