Skip to content

Commit 62c8e7c

Browse files
committed
pyproject(poetry): Include same files as MANIFEST.in
1 parent 6cc6434 commit 62c8e7c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

+9
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ 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+
"CHANGES", ".tmuxp.yaml",
34+
{ path = "tests", format = "sdist" },
35+
{ path = "examples", format = "sdist" },
36+
{ path = "docs", format = "sdist" },
37+
]
2938

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

0 commit comments

Comments
 (0)