Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar-web authored Sep 17, 2023
1 parent fed2fb5 commit 1827161
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
setup(
name='agent',
version='0.1',
description='chat agent powered by aiwaves',
description='Chat agent powered by aiwaves',
long_description='A chat agent powered by aiwaves AI technology.',
author='aiwaves',
packages=find_packages()
)
author_email='contact@aiwaves.com', # Add your email address here
packages=find_packages(),
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Communications :: Chat',
],
)

0 comments on commit 1827161

Please sign in to comment.