From 3832d2738d80877b0361bbb7728e01039ee95710 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sun, 25 Apr 2021 05:33:59 -0400 Subject: [PATCH] Add PyPI badges --- README.md | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 787e3ea..ed303bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# nginx-krbauth +# nginx-krbauth [![PyPI](https://img.shields.io/pypi/v/nginx-krbauth.svg)](https://pypi.org/project/nginx-krbauth/) [![PyPI - Format](https://img.shields.io/pypi/format/nginx-krbauth.svg)](https://pypi.org/project/nginx-krbauth/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nginx-krbauth.svg)](https://pypi.org/project/nginx-krbauth/) LDAP + Kerberos authenticator for nginx's auth_request module. ## Installation diff --git a/setup.py b/setup.py index 5144d26..7cc710d 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Internet :: WWW/HTTP :: HTTP Servers', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Security',