summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRoman Podolyaka <rpodolyaka@mirantis.com>2013-05-18 11:53:18 +0300
committerRoman Podolyaka <rpodolyaka@mirantis.com>2013-05-19 10:00:38 +0300
commitf08ac04a27fe6bc2969252bcc4578d12f242f1f4 (patch)
tree1412694d1519ef03b086a04f6c370bc7ecedbde2 /setup.cfg
parent64e43fde43e478af8dc95ccc0904dfca0d0dbe0c (diff)
downloadpython-novaclient-f08ac04a27fe6bc2969252bcc4578d12f242f1f4.tar.gz
Migrate to pbr.
openstack.common.setup and openstack.common.version are now in the standalone library pbr, so all projects using those two should migrate. Fixes bug 1179007. Change-Id: I7ac1c37f0bf148619dffff8f454db05fc192e471
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 11c72013..0f5f94fb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,34 @@
+[metadata]
+name = python-novaclient
+summary = Client library for OpenStack Compute API
+description-file =
+ README.rst
+license = Apache License, Version 2.0
+author = OpenStack
+author-email = openstack-dev@lists.openstack.org
+home-page = https://github.com/openstack/python-novaclient
+classifier =
+ Development Status :: 5 - Production/Stable
+ Environment :: Console
+ Environment :: OpenStack
+ Intended Audience :: Developers
+ Intended Audience :: Information Technology
+ License :: OSI Approved :: Apache Software License
+ Operating System :: OS Independent
+ Programming Language :: Python
+
+[files]
+packages =
+ novaclient
+
+[global]
+setup-hooks =
+ pbr.hooks.setup_hook
+
+[entry_points]
+console_scripts =
+ nova = novaclient.shell:main
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build