keystoneauth/setup.cfg
Jamie Lennox a08ca8f494 Remove auth/ directory
The /auth directory made sense when we were seperating the plugins from
the rest of keystoneclient, however now we are in keystoneauth there
really is no need for the auth subdirectory.

Change-Id: I94f12780af4f914ead93796a052e9dc82c6c2f81
2015-08-05 12:08:48 +10:00

51 lines
1.3 KiB
INI

[metadata]
name = keystoneauth1
summary = Authentication Libarary for OpenStack Identity
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
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 :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =
keystoneauth1
[entry_points]
keystoneauth1.auth.plugin =
password = keystoneauth1.identity.generic:Password
token = keystoneauth1.identity.generic:Token
v2password = keystoneauth1.identity.v2:Password
v2token = keystoneauth1.identity.v2:Token
v3password = keystoneauth1.identity.v3:Password
v3token = keystoneauth1.identity.v3:Token
k2k = keystoneauth1.identity.v3:Keystone2Keystone
[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