File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments