File tree 3 files changed +12
-11
lines changed 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -108,30 +108,28 @@ screenshot_scraper = [
108
108
]
109
109
110
110
[build-system ]
111
- requires = [" hatchling>=1.0.0" ]
111
+ requires = [" hatchling>=1.0.0" , " hatch-vcs " ]
112
112
build-backend = " hatchling.build"
113
113
114
- [tool .hatch .version ]
115
- path = " pyproject.toml"
116
-
117
114
[tool .hatch .build ]
118
- include = [
119
- " scrapegraphai/**/*.py" ,
120
- " scrapegraphai/**/*.typed" ,
121
- " /tests" ,
122
- ]
115
+ packages = [" scrapegraphai" ]
123
116
exclude = [
124
117
" tests/**" ,
125
118
" examples/**" ,
126
119
]
127
120
121
+ [tool .hatch .version ]
122
+ source = " vcs"
123
+
124
+ [tool .hatch .build .hooks .vcs ]
125
+ version-file = " scrapegraphai/_version.py"
126
+
128
127
[tool .hatch .build .targets .wheel ]
129
128
packages = [" scrapegraphai" ]
130
129
131
130
[tool .hatch .build .targets .sdist ]
132
131
include = [
133
132
" /scrapegraphai" ,
134
- " /tests" ,
135
133
" pyproject.toml" ,
136
134
" README.md" ,
137
135
" LICENSE" ,
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 "
4
+ __version__ = "1.33.7 "
Original file line number Diff line number Diff line change
1
+ """Version information."""
2
+ __version__ = "1.33.7"
3
+ version = __version__
You can’t perform that action at this time.
0 commit comments