|
@ -4,14 +4,14 @@ from setuptools import setup |
|
|
|
|
|
|
|
|
setup( |
|
|
setup( |
|
|
name='python-keycloak', |
|
|
name='python-keycloak', |
|
|
version='0.6.4', |
|
|
|
|
|
|
|
|
version='0.6.5', |
|
|
url='https://github.com/marcospereirampj/python-keycloak', |
|
|
url='https://github.com/marcospereirampj/python-keycloak', |
|
|
license='GNU General Public License - V3', |
|
|
license='GNU General Public License - V3', |
|
|
author='Marcos Pereira', |
|
|
author='Marcos Pereira', |
|
|
author_email='marcospereira.mpj@gmail.com', |
|
|
author_email='marcospereira.mpj@gmail.com', |
|
|
keywords='keycloak openid', |
|
|
keywords='keycloak openid', |
|
|
description=u'python-keycloak is a Python package providing access to the Keycloak API.', |
|
|
description=u'python-keycloak is a Python package providing access to the Keycloak API.', |
|
|
packages=['keycloak'], |
|
|
|
|
|
|
|
|
packages=['keycloak', 'keycloak.authorization', 'keycloak.test'], |
|
|
install_requires=['requests==2.18.3', 'httmock==1.2.5', 'python-jose==1.3.2'], |
|
|
install_requires=['requests==2.18.3', 'httmock==1.2.5', 'python-jose==1.3.2'], |
|
|
classifiers=[ |
|
|
classifiers=[ |
|
|
'Programming Language :: Python :: 3', |
|
|
'Programming Language :: Python :: 3', |
|
|