2014-02-03 09:48:20 -05:00
|
|
|
[metadata]
|
|
|
|
name = oslo.vmware
|
2015-04-04 02:30:17 -04:00
|
|
|
summary = Oslo VMware library
|
2014-02-03 09:48:20 -05:00
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
2018-12-04 16:55:49 +00:00
|
|
|
author-email = openstack-discuss@lists.openstack.org
|
2017-07-13 10:17:21 +08:00
|
|
|
home-page = https://docs.openstack.org/oslo.vmware/latest/
|
2014-02-03 09:48:20 -05:00
|
|
|
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
|
2016-07-05 08:52:02 -07:00
|
|
|
Programming Language :: Python :: 3.5
|
2014-02-03 09:48:20 -05:00
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2015-01-08 13:58:40 -05:00
|
|
|
oslo_vmware
|
2014-02-03 09:48:20 -05:00
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
source-dir = doc/source
|
|
|
|
build-dir = doc/build
|
|
|
|
all_files = 1
|
2017-07-06 21:02:55 +00:00
|
|
|
warning-is-error = 1
|
2014-02-03 09:48:20 -05:00
|
|
|
|
|
|
|
[upload_sphinx]
|
|
|
|
upload-dir = doc/build/html
|
|
|
|
|
|
|
|
[compile_catalog]
|
2016-01-29 07:54:16 +09:00
|
|
|
directory = oslo_vmware/locale
|
|
|
|
domain = oslo_vmware
|
2014-02-03 09:48:20 -05:00
|
|
|
|
|
|
|
[update_catalog]
|
2016-01-29 07:54:16 +09:00
|
|
|
domain = oslo_vmware
|
|
|
|
output_dir = oslo_vmware/locale
|
|
|
|
input_file = oslo_vmware/locale/oslo_vmware.pot
|
2014-02-03 09:48:20 -05:00
|
|
|
|
|
|
|
[extract_messages]
|
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
|
|
mapping_file = babel.cfg
|
2016-01-29 07:54:16 +09:00
|
|
|
output_file = oslo_vmware/locale/oslo_vmware.pot
|
2014-09-03 17:50:27 -04:00
|
|
|
|
|
|
|
[pbr]
|
|
|
|
autodoc_index_modules = 1
|
2015-09-24 19:53:13 +00:00
|
|
|
autodoc_exclude_modules =
|
|
|
|
oslo_vmware._i18n
|
|
|
|
oslo_vmware.tests.*
|
2017-07-06 21:18:00 +00:00
|
|
|
api_doc_dir = reference/api
|
2014-10-02 16:18:01 -04:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|