From 108b32da4217302eacb1eb0e20160b44572020ed Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 10 May 2013 18:15:49 -0400 Subject: Migrate to pbr. Fixes bug 1179007 Change-Id: Iceb63c223faab49be01baa36c035f703ddf59fc0 --- setup.cfg | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 876bc6d..b1d176c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,34 @@ +[metadata] +name = python-keystoneclient +summary = Client Library 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 + +[files] +packages = + keystoneclient + +[global] +setup-hooks = + pbr.hooks.setup_hook + +[entry_points] +console_scripts = + keystone = keystoneclient.shell:main + [build_sphinx] source-dir = doc/source build-dir = doc/build -- cgit v1.2.1