summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-10 18:15:49 -0400
committerMonty Taylor <mordred@inaugust.com>2013-05-17 14:43:31 -0700
commit108b32da4217302eacb1eb0e20160b44572020ed (patch)
tree5e8b91b4776042e69e134c326c304ee1f3620ef2 /setup.cfg
parentf7d3837eae3f4ec2177640e70b2375414ac2c306 (diff)
downloadpython-keystoneclient-108b32da4217302eacb1eb0e20160b44572020ed.tar.gz
Migrate to pbr.
Fixes bug 1179007 Change-Id: Iceb63c223faab49be01baa36c035f703ddf59fc0
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg31
1 files changed, 31 insertions, 0 deletions
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