Skip to content

Commit 9ee43c1

Browse files
committed
Add history.rst and remove changelog.rst from test_sdist
1 parent 4602bd9 commit 9ee43c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/test_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def test_sdist() -> None:
4343
f"mss-{__version__}/PKG-INFO",
4444
f"mss-{__version__}/README.md",
4545
f"mss-{__version__}/docs/source/api.rst",
46-
f"mss-{__version__}/docs/source/changelog.rst",
4746
f"mss-{__version__}/docs/source/conf.py",
4847
f"mss-{__version__}/docs/source/developers.rst",
4948
f"mss-{__version__}/docs/source/examples.rst",
@@ -59,6 +58,7 @@ def test_sdist() -> None:
5958
f"mss-{__version__}/docs/source/examples/part_of_screen_monitor_2.py",
6059
f"mss-{__version__}/docs/source/examples/pil.py",
6160
f"mss-{__version__}/docs/source/examples/pil_pixels.py",
61+
f"mss-{__version__}/docs/source/history.rst",
6262
f"mss-{__version__}/docs/source/index.rst",
6363
f"mss-{__version__}/docs/source/installation.rst",
6464
*[f"mss-{__version__}/docs/source/release-history/{changelog.name}" for changelog in changelogs],

0 commit comments

Comments
 (0)