Skip to content

Commit 42efecd

Browse files
authored
Updated setup.py
1 parent 0777cb0 commit 42efecd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
long_description = f.read()
2626

2727
long_description = long_description.replace(
28-
'<img src="./screenshots/tab2.png" width="400" alt="tab2 win11"/>',
29-
'<img src="https://github.com/Augus1999/pyPDFeditor-GUI/blob/main/screenshots/tab2.png"'
30-
' width="400" alt="tab2 win11"/>',
28+
'## Screenshot 🎞️\n\non Windows 11:\n\n<img src="./screenshots/tab2.png" width="400" alt="tab2 win11"/>\n\nSupport [Snap Layouts](https://answers.microsoft.com/en-us/windows/forum/all/how-to-use-snap-layouts-and-snap-groups-in-windows/3213a6b6-5a33-4d40-bbce-e01388a40976)\non Windows 11',
29+
"",
3130
)
3231

3332
setup(

0 commit comments

Comments
 (0)