Skip to content

Commit 52d2980

Browse files
Merge pull request #17 from ColibrITD-SAS/dev
pipy images problems
2 parents 99c8fa3 + ebc1047 commit 52d2980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
from setuptools import setup, find_packages
22

3-
with open("README.md", "r") as f:
3+
with open("README.md", "r", encoding="utf-8") as f:
44
long_description = f.read()
55

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

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

0 commit comments

Comments
 (0)