diff --git a/pyproject.toml b/pyproject.toml index 88308271..2447bf6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,16 @@ dev = [ [tool.hatch.build.targets.wheel] packages = ["src/apify"] +[tool.hatch.build.targets.sdist] +only-include = [ + "src/apify", + "CHANGELOG.md", + "CONTRIBUTING.md", + "LICENSE", + "README.md", + "pyproject.toml", +] + [tool.hatch.metadata] allow-direct-references = true