From 4f9186f6236206d90d14f4910b1802bcafe02239 Mon Sep 17 00:00:00 2001 From: Fakhir Ali Date: Sat, 4 May 2024 02:33:42 +0500 Subject: [PATCH] Update setup.py --- setup.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20a7cfd..5d60190 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,16 @@ from setuptools import setup, find_packages setup( + author='Fakhir Ali', + author_email='ali.fakhir33@gmail.com', + 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',