We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0777cb0 commit 42efecdCopy full SHA for 42efecd
setup.py
@@ -25,9 +25,8 @@
25
long_description = f.read()
26
27
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"/>',
+ '## 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',
+ "",
31
)
32
33
setup(
0 commit comments