mirror of
https://github.com/quantum5/nginx-krbauth.git
synced 2025-04-24 12:32:03 -04:00
Bump version to 0.0.3
This commit is contained in:
parent
2769dfd5f8
commit
7b51c69038
2
setup.py
2
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.2',
|
version='0.0.3',
|
||||||
py_modules=['nginx_krbauth'],
|
py_modules=['nginx_krbauth'],
|
||||||
install_requires=['flask', 'gssapi', 'python-ldap'],
|
install_requires=['flask', 'gssapi', 'python-ldap'],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue