1
0
mirror of https://github.com/badges/shields.git synced 2025-11-10 23:42:26 +03:00

More example urls and static examples [apm waffle] (#2478)

This commit is contained in:
Paul Melnikow
2018-12-11 16:31:01 -05:00
committed by GitHub
parent d74568b9c9
commit 88c8b0ee3e
27 changed files with 289 additions and 82 deletions

View File

@@ -20,7 +20,9 @@ module.exports = class PypiPythonVersions extends PypiBase {
return [
{
title: 'PyPI - Python Version',
previewUrl: 'Django',
pattern: ':packageName',
namedParams: { packageName: 'Django' },
staticPreview: this.render({ versions: ['3.5', '3.6', '3.7'] }),
keywords: ['python'],
},
]