From 5f8dce4a1708177821bccee625dd7d2ed73989da Mon Sep 17 00:00:00 2001 From: Patrik Dufresne Date: Sun, 27 Jan 2019 08:57:35 -0500 Subject: [PATCH] Add more badges --- README.md | 3 +++ setup.py | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 084c525..aa3018f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Lektor Python-Markdown Plugin [![pipeline status](http://git.patrikdufresne.com/pdsl/lektor-python-markdown/badges/master/pipeline.svg)](http://git.patrikdufresne.com/pdsl/lektor-python-markdown/commits/master) +[![Python Versions](https://img.shields.io/pypi/pyversions/lektor-pythonmarkdown.svg)](https://pypi.org/project/lektor-pythonmarkdown/) +[![Latest Versions](https://img.shields.io/pypi/v/lektor-pythonmarkdown.svg)](https://pypi.org/project/lektor-pythonmarkdown/) +[![MIT License](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT) A [Lektor](https://www.getlektor.com/) plugin to parse markdown using [Python-Markdown](https://python-markdown.github.io/). By default, lektor diff --git a/setup.py b/setup.py index 0440a3d..f1dfbad 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( tests_require=['lektor'], setup_requires=['setuptools_scm'], use_scm_version=True, + python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*', url='https://github.com/ikus060/lektor-python-markdown', classifiers=[ 'Environment :: Plugins', -- GitLab