Skip to content
Snippets Groups Projects
Commit 1b584c17 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts.gitlab.badges] adds conda-forge badge

parent fc0fde6d
No related branches found
No related tags found
No related merge requests found
Pipeline #75069 canceled
...@@ -36,8 +36,13 @@ PROJECT_BADGES = [ ...@@ -36,8 +36,13 @@ PROJECT_BADGES = [
}, },
{ {
"name": "PyPI (version)", "name": "PyPI (version)",
"link_url": "https://pypi.python.org/pypi/{name}", "link_url": "https://pypi.python.org/pypi/%{{project_name}}",
"image_url": "https://img.shields.io/pypi/v/{name}.svg", "image_url": "https://img.shields.io/pypi/v/%{{project_name}}.svg",
},
{
"name": "Conda-forge (version)",
"link_url": "https://anaconda.org/conda-forge/%{{project_name}}",
"image_url": "https://img.shields.io/conda/vn/conda-forge/%{{project_name}}.svg",
}, },
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment