Skip to content

Commit d26ac00

Browse files
committed
poetry: Include package and tests/*
1 parent 1b0f513 commit d26ac00

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
@@ -27,6 +27,12 @@ classifiers = [
2727
keywords = ["tmux", "session manager", "terminal", "ncurses"]
2828
homepage = "http://github.com/tmux-python/libtmux/"
2929
readme = "README.md"
30+
packages = [
31+
{ include = "libtmux" }
32+
]
33+
include = [
34+
{ path = "tests", format = "sdist" }
35+
]
3036

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

0 commit comments

Comments
 (0)