We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6164f commit bf6cb0aCopy full SHA for bf6cb0a
pyproject.toml
@@ -118,6 +118,18 @@ screenshot_scraper = [
118
requires = ["hatchling"]
119
build-backend = "hatchling.build"
120
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
133
[dependency-groups]
134
dev = [
135
"burr[start]==0.22.1",
0 commit comments