2013-05-18 11:53:18 +03:00
|
|
|
[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
|
2013-09-18 08:00:08 -05:00
|
|
|
home-page = https://git.openstack.org/cgit/openstack/python-novaclient
|
2013-05-18 11:53:18 +03:00
|
|
|
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
|
2014-02-24 20:18:30 +01:00
|
|
|
Programming Language :: Python :: 2.6
|
|
|
|
Programming Language :: Python :: 2.7
|
|
|
|
Programming Language :: Python :: 3.3
|
2013-05-18 11:53:18 +03:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
novaclient
|
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
|
|
|
nova = novaclient.shell:main
|
|
|
|
|
2011-12-09 13:37:03 -08:00
|
|
|
[build_sphinx]
|
2012-06-11 14:13:55 -07:00
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
2011-12-09 13:37:03 -08:00
|
|
|
all_files = 1
|
|
|
|
|
|
|
|
[upload_sphinx]
|
2012-06-11 14:13:55 -07:00
|
|
|
upload-dir = doc/build/html
|
2013-11-19 10:31:21 +01:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|