Skip to content

Commit d7d5b00

Browse files
committed
fix: add missing sdists
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent d293d6e commit d7d5b00

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,11 @@ attr = "__version__"
8080

8181
[tool.hatch.build.targets.sdist]
8282
include = [
83-
"tldr.py"
83+
"tldr.py",
84+
"README.md",
85+
"LICENSE.md",
86+
"CHANGELOG.md",
87+
"tests/test_tldr.py",
88+
"tests/data/**",
89+
"docs/**",
8490
]

0 commit comments

Comments
 (0)