From 29bd5613ccecbafa065f39ec66d573e5d235a139 Mon Sep 17 00:00:00 2001 From: Raja Sekhar Rao Dheekonda Date: Fri, 19 Sep 2025 11:58:13 -0700 Subject: [PATCH] chore: add examples folder to pypi distribution --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd8a95f8..0da44ac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ build-backend = "hatchling.build" packages = ["dreadnode"] [tool.hatch.build.targets.sdist] -include = ["/dreadnode", "/tests", "/README.md", "/LICENSE"] +include = ["/dreadnode", "/tests", "/examples", "/README.md", "/LICENSE"] # Dev