diff --git a/src/tests/test_setup.py b/src/tests/test_setup.py index fe6f7ea6..cb629d16 100644 --- a/src/tests/test_setup.py +++ b/src/tests/test_setup.py @@ -43,7 +43,6 @@ def test_sdist() -> None: f"mss-{__version__}/PKG-INFO", f"mss-{__version__}/README.md", f"mss-{__version__}/docs/source/api.rst", - f"mss-{__version__}/docs/source/changelog.rst", f"mss-{__version__}/docs/source/conf.py", f"mss-{__version__}/docs/source/developers.rst", f"mss-{__version__}/docs/source/examples.rst", @@ -59,6 +58,7 @@ def test_sdist() -> None: f"mss-{__version__}/docs/source/examples/part_of_screen_monitor_2.py", f"mss-{__version__}/docs/source/examples/pil.py", f"mss-{__version__}/docs/source/examples/pil_pixels.py", + f"mss-{__version__}/docs/source/history.rst", f"mss-{__version__}/docs/source/index.rst", f"mss-{__version__}/docs/source/installation.rst", *[f"mss-{__version__}/docs/source/release-history/{changelog.name}" for changelog in changelogs],