mirror of
https://github.com/assafelovic/gpt-researcher.git
synced 2024-04-09 14:09:35 +03:00
modified setup
This commit is contained in:
6
setup.py
6
setup.py
@@ -8,15 +8,15 @@ with open("requirements.txt", "r") as f:
|
||||
|
||||
setup(
|
||||
name="gpt-researcher",
|
||||
version="0.1.0",
|
||||
version="0.2.0",
|
||||
description="GPT Researcher is an autonomous agent designed for comprehensive online research on a variety of tasks.",
|
||||
package_dir={'gpt_researcher': 'gpt_researcher'},
|
||||
packages=find_packages(),
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/assafelovic/gpt-researcher",
|
||||
author="Tavily",
|
||||
author_email="support@tavily.com",
|
||||
author="Assaf Elovic",
|
||||
author_email="assaf.elovic@gmail.com",
|
||||
license="MIT",
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
||||
Reference in New Issue
Block a user