Skip to content

Commit 6e9c273

Browse files
committed
Declare library as production ready
1 parent 4042077 commit 6e9c273

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33

44
<p align="center">
55
<a href="https://django-pyoidc.readthedocs.io">
6-
<img src="https://readthedocs.org/projects/django-pyoidc/badge/?version=main" />
6+
<img src="https://readthedocs.org/projects/django-pyoidc/badge/?version=stable&style=plastic"/>
7+
</a>
8+
<a href="https://pypi.org/project/django-pyoidc/">
9+
<img src="https://img.shields.io/pypi/v/django_pyoidc.svg"/>
10+
</a>
11+
<a href="https://pypi.org/project/django-pyoidc/">
12+
<img src="https://img.shields.io/pypi/pyversions/django_pyoidc"/>
13+
</a>
14+
<a href="https://pypi.org/project/django-pyoidc/">
15+
<img src="[https://img.shields.io/pypi/pyversions/django_pyoidc](https://img.shields.io/pypi/frameworkversions/django/django_pyoidc)"/>
716
</a>
8-
</p>
917

10-
[![PyPI version](https://badge.fury.io/py/django-pyoidc.svg)](https://pypi.org/project/django-pyoidc/)
1118

1219
This library allow *Single Sign On* (SSO) integration into Django through the [Open ID Connect (OIDC)]() protocol.
1320

pyproject.toml

+9-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,20 @@ classifiers=["Topic :: Utilities",
1111
"Intended Audience :: Developers",
1212
"Environment :: Web Environment",
1313
"Framework :: Django",
14-
"Development Status :: 3 - Alpha",
14+
"Framework :: Django :: 3.2",
15+
"Framework :: Django :: 4",
16+
"Framework :: Django :: 4.0",
17+
"Framework :: Django :: 4.1",
18+
"Framework :: Django :: 4.2",
19+
"Framework :: Django :: 5",
20+
"Framework :: Django :: 5.0",
21+
"Framework :: Django :: 5.1",
22+
"Development Status :: 5 - Production/Stable",
1523
"Programming Language :: Python :: 3 :: Only",
1624
"Programming Language :: Python :: 3.9",
1725
"Programming Language :: Python :: 3.10",
1826
"Programming Language :: Python :: 3.11",
1927
"Programming Language :: Python :: 3.12",
20-
"Programming Language :: Python :: 3.13",
2128
"Topic :: Security"
2229
]
2330
description="Authenticate your users using OpenID Connect (OIDC)"

0 commit comments

Comments
 (0)