Skip to content

Commit 1957f34

Browse files
committed
build(pyproject): Move libtmux to src/
1 parent 97f4708 commit 1957f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ keywords = ["tmux", "session manager", "terminal", "ncurses"]
2727
homepage = "http://github.com/tmux-python/libtmux/"
2828
readme = "README.md"
2929
packages = [
30-
{ include = "libtmux" },
30+
{ include = "*", from = "src" },
3131
]
3232
include = [
3333
{ path = "CHANGES", format = "sdist" },

0 commit comments

Comments
 (0)