diff options
| author | Clark Boylan <clark.boylan@gmail.com> | 2013-05-11 12:38:24 -0700 |
|---|---|---|
| committer | Clark Boylan <clark.boylan@gmail.com> | 2013-05-24 13:08:00 -0700 |
| commit | 898acc30f76b2629aa740976103b99f10801d593 (patch) | |
| tree | 0294fe99dc1459819cbefd3296bc74c60a8bd32b /setup.cfg | |
| parent | ce11f7e859a5068e52655c94224273283353c255 (diff) | |
| download | python-neutronclient-898acc30f76b2629aa740976103b99f10801d593.tar.gz | |
Migrate to pbr.
Fixes bug 1179007
Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +[metadata] +name = python-quantumclient +summary = CLI and Client Library for OpenStack Networking +description-file = + README +author = OpenStack Networking Project +author-email = openstack-dev@lists.openstack.org +home-page = http://www.openstack.org/ +classifier = + Environment :: OpenStack + Intended Audience :: Developers + 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 = + quantumclient + +[global] +setup-hooks = + pbr.hooks.setup_hook + +[entry_points] +console_scripts = + quantum = quantumclient.shell:main + [build_sphinx] all_files = 1 build-dir = doc/build |
