Skip to content

Commit fd48614

Browse files
committed
poetry: Include tmuxp and tests/* in sdist
1 parent da365a3 commit fd48614

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ classifiers = [
2626
keywords = ["tmux", "session manager", "terminal", "ncurses"]
2727
homepage = "http://github.com/tmux-python/tmuxp/"
2828
readme = "README.md"
29+
packages = [
30+
{ include = "tmuxp" }
31+
]
32+
include = [
33+
{ path = "tests", format = "sdist" }
34+
]
2935

3036
[tool.poetry.urls]
3137
"Bug Tracker" = "https://github.com/tmux-python/tmuxp/issues"

0 commit comments

Comments
 (0)