fcd6f1e0b8
In setup.cfg file the python 3.5 is added In tox.ini the python 3.5 is added Change-Id: Ie2571e8778533e7f7601293ee2cfdac4acf8780e
50 lines
1.2 KiB
INI
50 lines
1.2 KiB
INI
[metadata]
|
|
name = nova_powervm
|
|
summary = PowerVM driver for OpenStack Nova.
|
|
description-file = README.rst
|
|
author = IBM
|
|
author-email = thorst@us.ibm.com
|
|
home-page = https://launchpad.net/nova-powervm
|
|
classifier =
|
|
Environment :: OpenStack
|
|
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 :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
nova_powervm
|
|
nova/virt/powervm_ext
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = nova_powervm/locale
|
|
domain = nova-powervm
|
|
|
|
[update_catalog]
|
|
domain = nova-powervm
|
|
output_dir = nova_powervm/locale
|
|
input_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = nova_powervm/locale/nova-powervm.pot
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
nova_powervm = nova_powervm.conf.powervm:list_opts
|