File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Django Mermaid
2
2
3
3
[ ![ 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/ )
4
6
[ ![ License] ( https://img.shields.io/pypi/l/django-mermaid.svg )] ( https://github.com/ArtyomVancyan/django-mermaid/blob/master/LICENSE )
5
7
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://makeapullrequest.com )
6
8
[ ![ Tests] ( https://github.com/ArtyomVancyan/django-mermaid/actions/workflows/tests.yml/badge.svg )] ( https://github.com/ArtyomVancyan/django-mermaid/actions/workflows/tests.yml )
Original file line number Diff line number Diff line change @@ -20,9 +20,26 @@ license = MIT
20
20
license_files = LICENSE
21
21
platforms = unix, linux, osx, win32
22
22
classifiers =
23
- Framework :: Django
24
23
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
25
36
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
26
43
License :: OSI Approved :: MIT License
27
44
28
45
[options]
You can’t perform that action at this time.
0 commit comments