File tree Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " scrapegraphai"
3-
4-
5-
6- version = " 1.33.6"
7-
8-
9-
10-
3+ version = " 1.33.5"
114description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
125authors = [
136 {
name =
" Marco Vinciguerra" ,
email =
" [email protected] " },
@@ -115,11 +108,22 @@ screenshot_scraper = [
115108]
116109
117110[build-system ]
118- requires = [" hatchling" ]
111+ requires = [" hatchling>=1.0.0 " ]
119112build-backend = " hatchling.build"
120113
121- [tool .hatch .metadata ]
122- allow-direct-references = true
114+ [tool .hatch .version ]
115+ path = " pyproject.toml"
116+
117+ [tool .hatch .build ]
118+ include = [
119+ " scrapegraphai/**/*.py" ,
120+ " scrapegraphai/**/*.typed" ,
121+ " /tests" ,
122+ ]
123+ exclude = [
124+ " tests/**" ,
125+ " examples/**" ,
126+ ]
123127
124128[tool .hatch .build .targets .wheel ]
125129packages = [" scrapegraphai" ]
@@ -128,8 +132,14 @@ packages = ["scrapegraphai"]
128132include = [
129133 " /scrapegraphai" ,
130134 " /tests" ,
135+ " pyproject.toml" ,
136+ " README.md" ,
137+ " LICENSE" ,
131138]
132139
140+ [tool .hatch .metadata ]
141+ allow-direct-references = true
142+
133143[dependency-groups ]
134144dev = [
135145 " burr[start]==0.22.1" ,
Original file line number Diff line number Diff line change 11"""
22__init__.py file for scrapegraphai folder
33"""
4+ __version__ = "1.33.5"
You can’t perform that action at this time.
0 commit comments