From f08ac04a27fe6bc2969252bcc4578d12f242f1f4 Mon Sep 17 00:00:00 2001 From: Roman Podolyaka Date: Sat, 18 May 2013 11:53:18 +0300 Subject: 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 --- setup.cfg | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1