Skip to content

Commit 107107b

Browse files
authored
Merge pull request #188 from dreadnode/users/raja/add-examples-to-release
chore: add examples folder to pypi distribution
2 parents e5851e5 + 29bd561 commit 107107b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ build-backend = "hatchling.build"
9898
packages = ["dreadnode"]
9999

100100
[tool.hatch.build.targets.sdist]
101-
include = ["/dreadnode", "/tests", "/README.md", "/LICENSE"]
101+
include = ["/dreadnode", "/tests", "/examples", "/README.md", "/LICENSE"]
102102

103103
# Dev
104104

0 commit comments

Comments
 (0)