diff --git a/pyproject.toml b/pyproject.toml index f1dfe190a8..cb3a13c360 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -143,6 +143,16 @@ dev = [ [tool.hatch.build.targets.wheel] packages = ["src/crawlee"] +[tool.hatch.build.targets.sdist] +only-include = [ + "src/crawlee", + "CHANGELOG.md", + "CONTRIBUTING.md", + "LICENSE", + "README.md", + "pyproject.toml", +] + [tool.ruff] line-length = 120 include = ["src/**/*.py", "tests/**/*.py", "docs/**/*.py", "website/**/*.py"]