Skip to content

Commit eff6684

Browse files
committed
Fix distribution list to include README.md
1 parent 78a64e2 commit eff6684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/test_setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def test_sdist() -> None:
101101
f"mss-{__version__}/src/tests/third_party/__init__.py",
102102
f"mss-{__version__}/src/tests/third_party/test_numpy.py",
103103
f"mss-{__version__}/src/tests/third_party/test_pil.py",
104+
f"mss-{__version__}/src/xcbproto/README.md",
104105
f"mss-{__version__}/src/xcbproto/gen_xcb_to_py.py",
105106
f"mss-{__version__}/src/xcbproto/randr.xml",
106107
f"mss-{__version__}/src/xcbproto/render.xml",

0 commit comments

Comments
 (0)