diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-05-18 09:13:05 -0700 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-05-20 14:32:22 -0400 |
| commit | aa2808337b5fd1e585a38b16eff7a495f1ff99f4 (patch) | |
| tree | f56ad7ea19e89b99ffd92fec41f6fdfbb1711cfb /setup.cfg | |
| parent | 24b4039bae557a8f29be783c3fdd3f9f148c4b0e (diff) | |
| download | python-cinderclient-aa2808337b5fd1e585a38b16eff7a495f1ff99f4.tar.gz | |
Migrate to pbr.
Fixes bug 1179007.
Change-Id: I66b78ec4b5ba70a1bf1e375a5d1b7575a1879730
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -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 |
