Skip to content

Commit

Permalink
feat: update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k11kirky committed Oct 29, 2024
1 parent 8b5e743 commit e2f8d01
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@
'agentserve=agentserve.cli:main',
],
},
package_data={
'agentserve': ['templates/*']
},
author='Peter',
author_email='[email protected]',
description='An SDK for hosting and managing AI agents.',
description='A framework for hosting and scaling AI agents.',
url='https://github.com/PropsAI/agentserve',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit e2f8d01

Please sign in to comment.