mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-23 21:00:30 +08:00
fix: fixed typo doc url
This commit is contained in:
parent
d06376f560
commit
c50bb55bcf
4
setup.py
4
setup.py
@ -15,10 +15,10 @@ dev_requirements = load_requirements('requirements-dev.txt')
|
||||
setup(
|
||||
name='scrapegraphai',
|
||||
version='0.1.0', # MAJOR.MINOR.PATCH
|
||||
description='A web scraping library using langchain',
|
||||
description='A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines.
|
||||
long_description=open('README.md', encoding='utf-8').read(),
|
||||
long_description_content_type='text/markdown',
|
||||
url='https://yoso-ai.readthedocs.io/',
|
||||
url='https://scrapegraph-ai.readthedocs.io/',
|
||||
author='Marco Vinciguerra',
|
||||
author_email='mvincig11@gmail.com',
|
||||
license='Apache 2.0',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user