Skip to content

Commit 53e3bff

Browse files
further pipy image testing
1 parent af7f05a commit 53e3bff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
with open("README.md", "r") as f:
44
long_description = f.read()
55

6-
long_description = long_description.replace(".svg", ".png").replace(".gif", ".png")
6+
long_description = long_description.replace(
7+
"resources/dark-logo.png",
8+
"https://github.com/ColibrITD-SAS/mpqp/blob/main/resources/dark-logo.png?raw=true",
9+
).replace(
10+
"resources/mpqp-usage.gif",
11+
"(https://github.com/ColibrITD-SAS/mpqp/blob/main/resources/mpqp-usage.png?raw=true)",
12+
)
713

814
with open("LICENSE", "r") as f:
915
license = f.readline()

0 commit comments

Comments
 (0)