We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc1047 commit 39036a3Copy full SHA for 39036a3
setup.py
@@ -5,10 +5,10 @@
5
6
long_description = long_description.replace(
7
"resources/dark-logo.svg",
8
- "https://github.com/ColibrITD-SAS/mpqp/blob/main/resources/dark-logo.png?raw=true",
+ "https://raw.githubusercontent.com/ColibrITD-SAS/mpqp/main/resources/mpqp-usage.png",
9
).replace(
10
"resources/mpqp-usage.gif",
11
- "https://github.com/ColibrITD-SAS/mpqp/blob/main/resources/mpqp-usage.png?raw=true",
+ "https://raw.githubusercontent.com/ColibrITD-SAS/mpqp/blob/main/resources/mpqp-usage.png",
12
)
13
14
with open("LICENSE", "r") as f:
0 commit comments