b7008bd1b6
Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I82f370a4d9da07e121e0ce6cac851008e3925639
72 lines
2.4 KiB
INI
72 lines
2.4 KiB
INI
[metadata]
|
|
name = keystoneauth1
|
|
summary = Authentication Library for OpenStack Identity
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://docs.openstack.org/developer/keystoneauth/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
keystoneauth1
|
|
|
|
[extras]
|
|
kerberos =
|
|
requests-kerberos>=0.6 # ISC
|
|
saml2 =
|
|
lxml!=3.7.0,>=2.3 # BSD
|
|
oauth1 =
|
|
oauthlib>=0.6 # BSD
|
|
betamax =
|
|
betamax>=0.7.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
mock>=2.0 # BSD
|
|
|
|
[entry_points]
|
|
|
|
keystoneauth1.plugin =
|
|
password = keystoneauth1.loading._plugins.identity.generic:Password
|
|
token = keystoneauth1.loading._plugins.identity.generic:Token
|
|
admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken
|
|
v2password = keystoneauth1.loading._plugins.identity.v2:Password
|
|
v2token = keystoneauth1.loading._plugins.identity.v2:Token
|
|
v3password = keystoneauth1.loading._plugins.identity.v3:Password
|
|
v3token = keystoneauth1.loading._plugins.identity.v3:Token
|
|
v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials
|
|
v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword
|
|
v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode
|
|
v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken
|
|
v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1
|
|
v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos
|
|
v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP
|
|
v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos
|
|
v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth
|
|
v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
autodoc_tree_index_modules = True
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[wheel]
|
|
universal = 1
|