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