summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-18 09:13:05 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-20 14:32:22 -0400
commitaa2808337b5fd1e585a38b16eff7a495f1ff99f4 (patch)
treef56ad7ea19e89b99ffd92fec41f6fdfbb1711cfb /setup.cfg
parent24b4039bae557a8f29be783c3fdd3f9f148c4b0e (diff)
downloadpython-cinderclient-aa2808337b5fd1e585a38b16eff7a495f1ff99f4.tar.gz
Migrate to pbr.
Fixes bug 1179007. Change-Id: I66b78ec4b5ba70a1bf1e375a5d1b7575a1879730
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 6d6fe64..f332186 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,36 @@
+[metadata]
+name = python-cinderclient
+summary = OpenStack Block Storage API Client Library
+description-file =
+ README.rst
+author = OpenStack
+author-email = openstack-dev@lists.openstack.org
+home-page = http://www.openstack.org/
+classifier =
+ Development Status :: 5 - Production/Stable
+ Environment :: Console
+ 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
+
+[global]
+setup-hooks =
+ pbr.hooks.setup_hook
+
+[files]
+packages =
+ cinderclient
+
+[entry_points]
+console_scripts =
+ cinder = cinderclient.shell:main
+
[build_sphinx]
all_files = 1
source-dir = doc/source