Skip to content

Commit 17ab53a

Browse files
committed
Add the satisfying classifiers
Signed-off-by: Artyom Vancyan <[email protected]>
1 parent f7eb1f9 commit 17ab53a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Django Mermaid
22

33
[![PyPI](https://img.shields.io/pypi/v/django-mermaid.svg)](https://pypi.org/project/django-mermaid/)
4+
[![Python](https://img.shields.io/pypi/pyversions/django-mermaid.svg?logoColor=white)](https://pypi.org/project/django-mermaid/)
5+
[![Django](https://img.shields.io/badge/django-1.11%20|%202.0%20|%203.0%20|%204.0%20|%204.2-0C4B33)](https://pypi.org/project/django-mermaid/)
46
[![License](https://img.shields.io/pypi/l/django-mermaid.svg)](https://github.com/ArtyomVancyan/django-mermaid/blob/master/LICENSE)
57
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
68
[![Tests](https://github.com/ArtyomVancyan/django-mermaid/actions/workflows/tests.yml/badge.svg)](https://github.com/ArtyomVancyan/django-mermaid/actions/workflows/tests.yml)

setup.cfg

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,26 @@ license = MIT
2020
license_files = LICENSE
2121
platforms = unix, linux, osx, win32
2222
classifiers =
23-
Framework :: Django
2423
Operating System :: OS Independent
24+
Framework :: Django
25+
Framework :: Django :: 1.11
26+
Framework :: Django :: 2.0
27+
Framework :: Django :: 2.1
28+
Framework :: Django :: 2.2
29+
Framework :: Django :: 3.0
30+
Framework :: Django :: 3.1
31+
Framework :: Django :: 3.2
32+
Framework :: Django :: 4.0
33+
Framework :: Django :: 4.1
34+
Framework :: Django :: 4.2
35+
Programming Language :: Python
2536
Programming Language :: Python :: 3
37+
Programming Language :: Python :: 3.6
38+
Programming Language :: Python :: 3.7
39+
Programming Language :: Python :: 3.8
40+
Programming Language :: Python :: 3.9
41+
Programming Language :: Python :: 3.10
42+
Programming Language :: Python :: 3.11
2643
License :: OSI Approved :: MIT License
2744

2845
[options]

0 commit comments

Comments
 (0)