Skip to content

Commit

Permalink
modified makefile and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nateshmbhat committed Mar 14, 2020
1 parent 3c0054b commit 02f96cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ build:
upload:
pip3 install twine
python3 -m twine upload dist/*.whl
deploy:
make clean
make build
make upload
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
setup(
name='pyttsx3',
packages=['pyttsx3', 'pyttsx3.drivers'],
version='2.83',
version='2.84',
description='Text to Speech (TTS) library for Python 2 and 3. Works without internet connection or delay. Supports multiple TTS engines, including Sapi5, nsss, and espeak.',
long_description=long_description,
summary='Offline Text to Speech library with multi-engine support',
Expand Down

0 comments on commit 02f96cf

Please sign in to comment.