mirror of
https://github.com/quantum5/nginx-krbauth.git
synced 2025-04-24 12:32:03 -04:00
Release 0.0.4
This commit is contained in:
parent
48b6cdb79b
commit
43a7bb694f
10
setup.py
10
setup.py
|
@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='nginx_krbauth',
|
name='nginx_krbauth',
|
||||||
version='0.0.3',
|
version='0.0.4',
|
||||||
py_modules=['nginx_krbauth'],
|
py_modules=['nginx_krbauth'],
|
||||||
install_requires=['flask', 'gssapi', 'python-ldap'],
|
install_requires=['flask', 'gssapi', 'python-ldap'],
|
||||||
|
|
||||||
|
@ -27,11 +27,11 @@ setup(
|
||||||
'Operating System :: POSIX :: Linux',
|
'Operating System :: POSIX :: Linux',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.5',
|
|
||||||
'Programming Language :: Python :: 3.6',
|
|
||||||
'Programming Language :: Python :: 3.7',
|
|
||||||
'Programming Language :: Python :: 3.8',
|
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
|
'Programming Language :: Python :: 3.10',
|
||||||
|
'Programming Language :: Python :: 3.11',
|
||||||
|
'Programming Language :: Python :: 3.12',
|
||||||
|
'Programming Language :: Python :: 3.13',
|
||||||
'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