We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f4708 commit 1957f34Copy full SHA for 1957f34
pyproject.toml
@@ -27,7 +27,7 @@ keywords = ["tmux", "session manager", "terminal", "ncurses"]
27
homepage = "http://github.com/tmux-python/libtmux/"
28
readme = "README.md"
29
packages = [
30
- { include = "libtmux" },
+ { include = "*", from = "src" },
31
]
32
include = [
33
{ path = "CHANGES", format = "sdist" },
0 commit comments