Skip to content

Commit 4bad4ab

Browse files
committed
cleanup: only include required files in sdist
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent d7d5b00 commit 4bad4ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,5 @@ include = [
8484
"README.md",
8585
"LICENSE.md",
8686
"CHANGELOG.md",
87-
"tests/test_tldr.py",
88-
"tests/data/**",
89-
"docs/**",
87+
"docs/man/tldr.1",
9088
]

0 commit comments

Comments
 (0)