fix: pyproject

This commit is contained in:
Marco Vinciguerra 2024-12-16 11:08:39 +01:00
parent 7a6164f1dc
commit bf6cb0a582

View File

@ -118,6 +118,18 @@ screenshot_scraper = [
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["scrapegraphai"]
[tool.hatch.build.targets.sdist]
include = [
"/scrapegraphai",
"/tests",
]
[dependency-groups]
dev = [
"burr[start]==0.22.1",