Skip to content

Commit 63f3c61

Browse files
committed
refactor!(conftest): Move to root directory
1 parent 4e41f64 commit 63f3c61

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ packages = [
2323
]
2424
include = [
2525
{ path = "tests", format = "sdist" },
26+
{ path = ".tmuxp.yaml", format = "sdist" },
27+
{ path = "docs", format = "sdist" },
28+
{ path = "examples", format = "sdist" },
29+
{ path = "conftest.py", format = "sdist" },
2630
]
2731
readme = 'README.md'
2832
keywords = [

0 commit comments

Comments
 (0)