summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2013-05-11 12:38:24 -0700
committerClark Boylan <clark.boylan@gmail.com>2013-05-24 13:08:00 -0700
commit898acc30f76b2629aa740976103b99f10801d593 (patch)
tree0294fe99dc1459819cbefd3296bc74c60a8bd32b /setup.cfg
parentce11f7e859a5068e52655c94224273283353c255 (diff)
downloadpython-neutronclient-898acc30f76b2629aa740976103b99f10801d593.tar.gz
Migrate to pbr.
Fixes bug 1179007 Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 11d2c44..5d633ea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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