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 1
1
[project ]
2
2
name = " scrapegraphai"
3
-
4
-
5
-
6
- version = " 1.33.6"
7
-
8
-
9
-
10
-
3
+ version = " 1.33.5"
11
4
description = " A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
12
5
authors = [
13
6
{
name =
" Marco Vinciguerra" ,
email =
" [email protected] " },
@@ -115,11 +108,22 @@ screenshot_scraper = [
115
108
]
116
109
117
110
[build-system ]
118
- requires = [" hatchling" ]
111
+ requires = [" hatchling>=1.0.0 " ]
119
112
build-backend = " hatchling.build"
120
113
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
+ ]
123
127
124
128
[tool .hatch .build .targets .wheel ]
125
129
packages = [" scrapegraphai" ]
@@ -128,8 +132,14 @@ packages = ["scrapegraphai"]
128
132
include = [
129
133
" /scrapegraphai" ,
130
134
" /tests" ,
135
+ " pyproject.toml" ,
136
+ " README.md" ,
137
+ " LICENSE" ,
131
138
]
132
139
140
+ [tool .hatch .metadata ]
141
+ allow-direct-references = true
142
+
133
143
[dependency-groups ]
134
144
dev = [
135
145
" burr[start]==0.22.1" ,
Original file line number Diff line number Diff line change 1
1
"""
2
2
__init__.py file for scrapegraphai folder
3
3
"""
4
+ __version__ = "1.33.5"
You can’t perform that action at this time.
0 commit comments