Skip to content

Commit

Permalink
Update setup.py to only install pyobjc version 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akul2010 authored Dec 22, 2023
1 parent 71b9af5 commit dd2bda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'comtypes; platform_system == "Windows"',
'pypiwin32; platform_system == "Windows"',
'pywin32; platform_system == "Windows"',
'pyobjc>=2.4; platform_system == "Darwin"',
'pyobjc>=9.0.1,<=9.0.1; platform_system == "Darwin"',
'six'
]

Expand All @@ -20,7 +20,7 @@
setup(
name='rlvoice-1',
packages=['rlvoice', 'rlvoice.drivers'],
version='1.2.1',
version='1.2.3',
description='Text to Speech (TTS) library for Python 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 dd2bda4

Please sign in to comment.