Skip to content

Commit bf6cb0a

Browse files
committed
fix: pyproject
1 parent 7a6164f commit bf6cb0a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,18 @@ screenshot_scraper = [
118118
requires = ["hatchling"]
119119
build-backend = "hatchling.build"
120120

121+
[tool.hatch.metadata]
122+
allow-direct-references = true
123+
124+
[tool.hatch.build.targets.wheel]
125+
packages = ["scrapegraphai"]
126+
127+
[tool.hatch.build.targets.sdist]
128+
include = [
129+
"/scrapegraphai",
130+
"/tests",
131+
]
132+
121133
[dependency-groups]
122134
dev = [
123135
"burr[start]==0.22.1",

0 commit comments

Comments
 (0)