diff options
author | Monty Taylor <mordred@inaugust.com> | 2013-05-10 18:15:49 -0400 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2013-05-17 14:43:31 -0700 |
commit | 108b32da4217302eacb1eb0e20160b44572020ed (patch) | |
tree | 5e8b91b4776042e69e134c326c304ee1f3620ef2 /setup.cfg | |
parent | f7d3837eae3f4ec2177640e70b2375414ac2c306 (diff) | |
download | python-keystoneclient-108b32da4217302eacb1eb0e20160b44572020ed.tar.gz |
Migrate to pbr.
Fixes bug 1179007
Change-Id: Iceb63c223faab49be01baa36c035f703ddf59fc0
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -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 |