mirror of
https://github.com/quantum5/nginx-krbauth.git
synced 2025-04-24 12:32:03 -04:00
Add PyPI badges
This commit is contained in:
parent
8f637b284c
commit
3832d2738d
|
@ -1,4 +1,4 @@
|
||||||
# nginx-krbauth
|
# nginx-krbauth [](https://pypi.org/project/nginx-krbauth/) [](https://pypi.org/project/nginx-krbauth/) [](https://pypi.org/project/nginx-krbauth/)
|
||||||
LDAP + Kerberos authenticator for nginx's auth_request module.
|
LDAP + Kerberos authenticator for nginx's auth_request module.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -31,6 +31,7 @@ setup(
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
|
'Programming Language :: Python :: 3.9',
|
||||||
'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
|
'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
|
||||||
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
|
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
|
||||||
'Topic :: Security',
|
'Topic :: Security',
|
||||||
|
|
Loading…
Reference in a new issue