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 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 )
Original file line number Diff line number Diff line change @@ -20,9 +20,26 @@ license = MIT
2020license_files = LICENSE
2121platforms = unix, linux, osx, win32
2222classifiers =
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]
You can’t perform that action at this time.
0 commit comments