File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -108,30 +108,28 @@ screenshot_scraper = [
108108]
109109
110110[build-system ]
111- requires = [" hatchling>=1.0.0" ]
111+ requires = [" hatchling>=1.0.0" , " hatch-vcs " ]
112112build-backend = " hatchling.build"
113113
114- [tool .hatch .version ]
115- path = " pyproject.toml"
116-
117114[tool .hatch .build ]
118- include = [
119- " scrapegraphai/**/*.py" ,
120- " scrapegraphai/**/*.typed" ,
121- " /tests" ,
122- ]
115+ packages = [" scrapegraphai" ]
123116exclude = [
124117 " tests/**" ,
125118 " examples/**" ,
126119]
127120
121+ [tool .hatch .version ]
122+ source = " vcs"
123+
124+ [tool .hatch .build .hooks .vcs ]
125+ version-file = " scrapegraphai/_version.py"
126+
128127[tool .hatch .build .targets .wheel ]
129128packages = [" scrapegraphai" ]
130129
131130[tool .hatch .build .targets .sdist ]
132131include = [
133132 " /scrapegraphai" ,
134- " /tests" ,
135133 " pyproject.toml" ,
136134 " README.md" ,
137135 " LICENSE" ,
Original file line number Diff line number Diff line change 11"""
22__init__.py file for scrapegraphai folder
33"""
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