Skip to content

Commit 5be2b41

Browse files
Merge pull request #18 from ColibrITD-SAS/dev
exploration on the pipy image problem
2 parents 52d2980 + 39036a3 commit 5be2b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
long_description = long_description.replace(
77
"resources/dark-logo.svg",
8-
"https://github.com/ColibrITD-SAS/mpqp/blob/main/resources/dark-logo.png?raw=true",
8+
"https://raw.githubusercontent.com/ColibrITD-SAS/mpqp/main/resources/mpqp-usage.png",
99
).replace(
1010
"resources/mpqp-usage.gif",
11-
"https://github.com/ColibrITD-SAS/mpqp/blob/main/resources/mpqp-usage.png?raw=true",
11+
"https://raw.githubusercontent.com/ColibrITD-SAS/mpqp/blob/main/resources/mpqp-usage.png",
1212
)
1313

1414
with open("LICENSE", "r") as f:

0 commit comments

Comments
 (0)