Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fakhirali committed May 3, 2024
1 parent 9914895 commit 4f9186f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
from setuptools import setup, find_packages

setup(
author='Fakhir Ali',
author_email='[email protected]',
description='OpenVoiceChat is an opensource library that allows you to have a natural voice conversation with '
'your LLM agent.',
long_description='If you plan on making an LLM agent and want to have your users be able to talk to it like a '
'person (low latency, handles interruptions), this library is for you. It aims to be the '
'opensource, highly extensible and easy to use alternative to the proprietary solutions.',
url='http://www.fakhirali.pk/OpenVoiceChat/',
name='openvoicechat',
version='0.1',
version='0.1.2',
packages=find_packages(),
install_requires=[
'sounddevice',
Expand Down

0 comments on commit 4f9186f

Please sign in to comment.