diff --git a/pyproject.toml b/pyproject.toml index fb32f81..85ac037 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,3 +38,6 @@ build-backend = "hatchling.build" [tool.uv] dev-dependencies = ["pytest>=8.3.3", "pytest-asyncio>=0.24.0", "respx>=0.21.1"] + +[tool.hatch.build.targets.wheel] +packages = ["simplecrawl"]