Add spaces in markdown columns formatting to make it easier to edit

This commit is contained in:
Bruno Alla 2021-11-15 17:17:26 +00:00
parent 4d4c5f7bea
commit f8897bfdff

View File

@ -250,7 +250,10 @@ class GitHubManager:
)
requirements += (
f"| {self._get_md_home_page_url(info).format(package_name)} "
f"|{version}|{compat_version}|{icon}|\n"
f"| {version} "
f"| {compat_version} "
f"| {icon} "
f"|\n"
)
return requirements